Skip to content

Commit

Permalink
Bump pass-fxa and pass-fxa-lib to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsIrl committed Feb 14, 2023
1 parent 3849ca8 commit 73ee86c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Nils <[email protected]>"]
license = "GPL-3.0-or-later"
repository = "https://github.com/NilsIrl/pass-fxa/"
readme = "README.md"
version = "0.4.0"
version = "0.4.1"
edition = "2018"

exclude = [
Expand All @@ -25,7 +25,7 @@ lto = true
codegen-units = 1

[dependencies]
pass-fxa-lib = { version = "0.4.0", path = "lib" }
pass-fxa-lib = { version = "0.4.1", path = "lib" }

tokio = { version = "1.25.0", default-features = false, features = ["rt", "macros"] }

Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["mozilla", "firefox", "password", "password-manager"]
authors = ["Nils <[email protected]>"]
license = "LGPL-3.0-or-later"
repository = "https://github.com/NilsIrl/pass-fxa/"
version = "0.4.0"
version = "0.4.1"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 73ee86c

Please sign in to comment.