Skip to content

Commit

Permalink
Bumped sdk-bitwarden-api-identity version to 0.2.0 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: bitwarden-devops-bot <[email protected]>
Co-authored-by: Michał Chęciński <[email protected]>
  • Loading branch information
3 people committed Mar 20, 2023
1 parent 5bdb426 commit 087d804
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/bitwarden-api-identity/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitwarden-api-identity"
version = "0.1.0"
version = "0.2.0"
authors = ["Bitwarden Inc"]
license-file = "LICENSE"
repository = "https://github.com/bitwarden/sdk"
Expand Down
2 changes: 1 addition & 1 deletion crates/bitwarden/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ rand = "0.8.5"
# We don't use this directly (it's used by rand), but we need it here to enable WASM support
getrandom = { version = "0.2.8", features = ["js"] }

bitwarden-api-identity = { path = "../bitwarden-api-identity", version = "0.1.0" }
bitwarden-api-identity = { path = "../bitwarden-api-identity", version = "0.2.0" }
bitwarden-api-api = { path = "../bitwarden-api-api", version = "0.2.0" }

[dev-dependencies]
Expand Down

0 comments on commit 087d804

Please sign in to comment.