Skip to content

Commit

Permalink
Bump bitwarden-api-identity version to 0.2.2 (#284)
Browse files Browse the repository at this point in the history
## Type of change
    - [ ] Bug fix
    - [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
    - [ ] Build/deploy pipeline (DevOps)
    - [X] Other

    ## Objective
    Automated bitwarden-api-identity version bump to 0.2.2

Co-authored-by: bitwarden-devops-bot <[email protected]>
  • Loading branch information
github-actions[bot] and bitwarden-devops-bot committed Oct 13, 2023
1 parent 218a909 commit 6b8b84f
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.2.1"
version = "0.2.2"
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 @@ -55,7 +55,7 @@ uniffi = { version = "=0.24.1", optional = true }
# 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.1" }
bitwarden-api-identity = { path = "../bitwarden-api-identity", version = "=0.2.2" }
bitwarden-api-api = { path = "../bitwarden-api-api", version = "=0.2.2" }

[dev-dependencies]
Expand Down

0 comments on commit 6b8b84f

Please sign in to comment.