Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Nov 16, 2023
1 parent 9bf9379 commit dc505f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion rust/candid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "candid"
version = "0.9.100"
version = "0.10.0"
edition = "2021"
authors = ["DFINITY Team"]
description = "Candid is an interface description language (IDL) for interacting with canisters running on the Internet Computer."
Expand Down
2 changes: 1 addition & 1 deletion rust/candid_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build = "build.rs"
lalrpop = "0.20.0"

[dependencies]
candid = { path = "../candid", version = "0.9", features = ["all"] }
candid = { path = "../candid", version = "0.10", features = ["all"] }
codespan-reporting = "0.11"
hex.workspace = true
num-bigint.workspace = true
Expand Down

0 comments on commit dc505f8

Please sign in to comment.