Skip to content

Commit

Permalink
release (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity authored May 24, 2023
1 parent f31396d commit 9301221
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* `candid::parser::pretty` moved to `candid::bindings::candid::value`
* Deprecate `ToDoc` trait for pretty printing `IDLProg`, use `candid::bindings::candid` module instead
* Deprecate `candid::codegen`, use `candid::bindings` instead
* In `candid::bindings::rust`, there is a `Config` struct to control how Rust bindings are generated

### Non-breaking changes:

Expand Down
4 changes: 2 additions & 2 deletions rust/candid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "candid"
version = "0.9.0-beta.3"
version = "0.9.0-beta.4"
edition = "2018"
authors = ["DFINITY Team"]
description = "Candid is an interface description language (IDL) for interacting with canisters running on the Internet Computer."
Expand All @@ -20,7 +20,7 @@ lalrpop = { version = "0.19.0", optional = true }

[dependencies]
byteorder = "1.4.3"
candid_derive = { path = "../candid_derive", version = "=0.6.0" }
candid_derive = { path = "../candid_derive", version = "=0.6.1" }
codespan-reporting = "0.11"
crc32fast = "1.3.0"
data-encoding = "2.3.2"
Expand Down
2 changes: 1 addition & 1 deletion rust/candid_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "candid_derive"
version = "0.6.0"
version = "0.6.1"
edition = "2018"
authors = ["DFINITY Team"]
description = "Macros implementation of #[derive(CandidType)] for the Candid."
Expand Down
2 changes: 1 addition & 1 deletion tools/didc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "didc"
version = "0.3.0"
version = "0.3.1"
authors = ["DFINITY Team"]
edition = "2018"

Expand Down

0 comments on commit 9301221

Please sign in to comment.