Skip to content

Commit 7e1bd3b

Browse files
chore: release 2025-08-04 (dfinity#670)
1 parent 611fe5f commit 7e1bd3b

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Unreleased
44

5-
### Candid
5+
## 2025-08-04
6+
7+
### Candid 0.10.17
68

79
* Non-breaking changes:
810
+ Fixes a regression in pretty printing when concatenating an empty list of documents

Cargo.lock

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

rust/bench/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.

rust/candid/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "candid"
33
# sync with the version in `candid_derive/Cargo.toml`
4-
version = "0.10.16"
4+
version = "0.10.17"
55
edition = "2021"
66
rust-version.workspace = true
77
authors = ["DFINITY Team"]
@@ -16,7 +16,7 @@ keywords = ["internet-computer", "idl", "candid", "dfinity"]
1616
include = ["src", "Cargo.toml", "LICENSE", "README.md"]
1717

1818
[dependencies]
19-
candid_derive = { path = "../candid_derive", version = "=0.10.16" }
19+
candid_derive = { path = "../candid_derive", version = "=0.10.17" }
2020
ic_principal = { path = "../ic_principal", version = "0.1.0" }
2121
binread = { version = "2.2", features = ["debug_template"] }
2222
byteorder = "1.5.0"

rust/candid_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "candid_derive"
33
# sync with the version in `candid/Cargo.toml`
4-
version = "0.10.16"
4+
version = "0.10.17"
55
edition = "2021"
66
rust-version.workspace = true
77
authors = ["DFINITY Team"]

tools/didc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "didc"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["DFINITY Team"]
55
edition = "2021"
66

0 commit comments

Comments
 (0)