Skip to content

Commit fd670f3

Browse files
chore: Release 0.39.1 (#612)
1 parent 934a07a commit fd670f3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111
]
1212

1313
[workspace.package]
14-
version = "0.39.0"
14+
version = "0.39.1"
1515
authors = ["DFINITY Stiftung <[email protected]>"]
1616
edition = "2021"
1717
repository = "https://github.com/dfinity/agent-rs"
@@ -22,9 +22,9 @@ rust-version = "1.75.0"
2222
license = "Apache-2.0"
2323

2424
[workspace.dependencies]
25-
ic-agent = { path = "ic-agent", version = "0.39.0", default-features = false }
26-
ic-utils = { path = "ic-utils", version = "0.39.0" }
27-
ic-transport-types = { path = "ic-transport-types", version = "0.39.0" }
25+
ic-agent = { path = "ic-agent", version = "0.39.1", default-features = false }
26+
ic-utils = { path = "ic-utils", version = "0.39.1" }
27+
ic-transport-types = { path = "ic-transport-types", version = "0.39.1" }
2828

2929
ic-certification = "2.2"
3030
candid = "0.10.1"

0 commit comments

Comments
 (0)