Skip to content

Commit 8696442

Browse files
committed
Bump pass-fxa and pass-fxa-lib to 0.4.0
1 parent 417d300 commit 8696442

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Nils <[email protected]>"]
77
license = "GPL-3.0-or-later"
88
repository = "https://github.com/NilsIrl/pass-fxa/"
99
readme = "README.md"
10-
version = "0.3.0"
10+
version = "0.4.0"
1111
edition = "2018"
1212

1313
exclude = [
@@ -25,7 +25,7 @@ lto = true
2525
codegen-units = 1
2626

2727
[dependencies]
28-
pass-fxa-lib = { version = "0.3.0", path = "lib" }
28+
pass-fxa-lib = { version = "0.4.0", path = "lib" }
2929

3030
tokio = { version = "1.8.2", default-features = false, features = ["rt", "macros"] }
3131

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["mozilla", "firefox", "password", "password-manager"]
66
authors = ["Nils <[email protected]>"]
77
license = "LGPL-3.0-or-later"
88
repository = "https://github.com/NilsIrl/pass-fxa/"
9-
version = "0.3.0"
9+
version = "0.4.0"
1010
edition = "2018"
1111

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

0 commit comments

Comments
 (0)