Skip to content

Commit

Permalink
use minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Jul 7, 2024
1 parent 63f70e1 commit 84c8d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Delanocreds, Delegatable Anonymous Credentials in pure Rust"
repository = "https://github.com/DougAnderson444/delanocreds"

[workspace.dependencies]
delanocreds = { version = "0.2.0", path = "crates/delanocreds" }
delanocreds = { version = "^0.2", path = "crates/delanocreds" }
delano-keys = { version = "0.1.1", path = "crates/delano-keys" }
delano-wit-ui = { version = "0.2.0", path = "crates/delano-wit-ui" }
delano-events = { version = "0.2.0", path = "crates/delano-events" }
Expand Down
2 changes: 1 addition & 1 deletion crates/delano-wallet-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description.workspace = true
repository.workspace = true

[dependencies]
delanocreds = { version = "0.2.0", workspace = true }
delanocreds = { version = "^0.2", workspace = true }
delano-keys = { version = "0.1.1", workspace = true }
serde = { version = "1.0", features = ["derive"] }
zeroize = "1.6"

0 comments on commit 84c8d94

Please sign in to comment.