We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a8698a + 621943c commit 406928fCopy full SHA for 406928f
2 files changed
.github/workflows/publish.yml
@@ -13,12 +13,6 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
16
- - name: Set version from git tag
17
- run: |
18
- VERSION="${GITHUB_REF_NAME#v}"
19
- echo "Publishing version: $VERSION"
20
- sed -i "s/^version = .*/version = \"$VERSION\"/" Cargo.toml
21
-
22
- uses: dtolnay/rust-toolchain@stable
23
24
- run: cargo test
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ipdata"
3
-version = "0.1.0"
+version = "0.1.1"
4
edition = "2021"
5
description = "Official Rust client for the ipdata.co IP geolocation and threat intelligence API"
6
license = "MIT"
0 commit comments