Skip to content

Commit

Permalink
Bumped sdk-bitwarden-api-identity version to 0.2.1 (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 26, 2023
1 parent 6bfe0e8 commit 5c5d5d0
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
@@ -1,6 +1,6 @@
[package]
name = "bitwarden-api-identity"
version = "0.2.0"
version = "0.2.1"
authors = ["Bitwarden Inc"]
license-file = "LICENSE"
repository = "https://github.com/bitwarden/sdk"
Expand Down
2 changes: 1 addition & 1 deletion crates/bitwarden/Cargo.toml
Expand Up @@ -51,7 +51,7 @@ chrono = { version = ">=0.4.26, <0.5", features = ["serde"], default-features =
# We don't use this directly (it's used by rand), but we need it here to enable WASM support
getrandom = { version = ">=0.2.9", features = ["js"] }

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

[dev-dependencies]
Expand Down

0 comments on commit 5c5d5d0

Please sign in to comment.