Skip to content

Commit

Permalink
Version 0.0.10 (remove alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjpotts committed Aug 31, 2023
1 parent e6f419a commit 37e3b91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions passivized_vault_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MPL-2.0"
name = "passivized_vault_client"
repository = "https://github.com/iamjpotts/passivized_vault_client"
rust-version = "1.68"
version = "0.0.10-alpha"
version = "0.0.10"

[dependencies]
http = "0.2"
Expand All @@ -28,7 +28,7 @@ base64 = "0.21"
const-str = "0.5"
passivized_docker_engine_client = "0.0.8"
passivized_test_support = "0.0.10"
passivized_vault_client_versions = { version = "0.0.10-alpha", path = "../passivized_vault_client_versions" }
passivized_vault_client_versions = { version = "0.0.10", path = "../passivized_vault_client_versions" }
tempfile = "3.8"
test-case = "3.1"
tokio = { version = "1.32", features = ["fs", "macros", "rt-multi-thread"] }
2 changes: 1 addition & 1 deletion passivized_vault_client_versions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MPL-2.0"
name = "passivized_vault_client_versions"
readme = "../README.md"
repository = "https://github.com/iamjpotts/passivized_vault_client"
version = "0.0.10-alpha"
version = "0.0.10"

[lib]
proc-macro = true
Expand Down

0 comments on commit 37e3b91

Please sign in to comment.