Skip to content

Commit 9070389

Browse files
Bump version to 0.6
1 parent 074b626 commit 9070389

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -13,7 +13,7 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "0.6.0-alpha"
16+
version = "0.6.0"
1717
edition = "2024"
1818
authors = ["Bilal Elmoussaoui", "Sophie Herold", "Maximiliano Sandoval"]
1919
keywords = ["keyring", "secret", "service", "portal", "keychain"]
@@ -33,7 +33,7 @@ futures-channel = "0.3"
3333
futures-lite = "2.6"
3434
futures-util = "0.3"
3535
num-bigint-dig = { version = "0.9", features = ["zeroize"] }
36-
oo7 = { path = "client", version = "0.6.0-alpha", default-features = false, features = ["unstable", "tracing"]}
36+
oo7 = { path = "client", version = "0.6", default-features = false, features = ["unstable", "tracing"]}
3737
serde = { version = "1.0", features = ["derive"] }
3838
tokio = { version = "1.48", default-features = false }
3939
tempfile = "3.25"

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ endi.workspace = true
2626
futures-lite = { workspace = true, optional = true }
2727
futures-util.workspace = true
2828
getrandom = "0.4"
29-
oo7-macros = { path = "../macros", version = "0.6.0-alpha", optional = true }
29+
oo7-macros = { path = "../macros", version = "0.6", optional = true }
3030
hkdf = { version = "0.12", optional = true }
3131
hmac = { version = "0.12", optional = true }
3232
md-5 = { version = "0.10", optional = true }

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name = "oo7"
1616
crate-type = ["cdylib"]
1717

1818
[dependencies]
19-
oo7_rs = { package = "oo7", path = "../client", version = "0.6.0-alpha" }
19+
oo7_rs = { package = "oo7", path = "../client", version = "0.6" }
2020
pyo3 = { version = "0.28", features = ["extension-module", "abi3-py38"] }
2121
pyo3-async-runtimes = { version = "0.28", features = ["tokio-runtime"] }
2222
tokio = { version = "1", features = ["rt-multi-thread"] }

0 commit comments

Comments
 (0)