Skip to content

Commit

Permalink
chore: Release 0.9.3 (#45)
Browse files Browse the repository at this point in the history
# Changes
- Update to `candid` version `0.9.0`.

Signed-off-by: Max Murphy <max@winning.black>
Co-authored-by: Max Murphy <max@winning.black>
  • Loading branch information
bitdivine and bitdivine authored Sep 30, 2023
1 parent 33f0b9f commit 36a99cd
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"0.8.8",
"0.9.0",
"0.9.1",
"0.9.2"
"0.9.2",
"0.9.3"
]
}
2 changes: 1 addition & 1 deletion src/idl2json/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "idl2json"
version = "0.9.2"
version = "0.9.3"
authors = ["dfinity <sdk@dfinity.org>"]
edition = "2018"
description = "Converts the candid interface description language to JSON."
Expand Down
4 changes: 2 additions & 2 deletions src/idl2json_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "idl2json_cli"
version = "0.9.2"
version = "0.9.3"
authors = ["dfinity <sdk@dfinity.org>"]
edition = "2021"
description = "Converts the candid interface description language to JSON."
Expand All @@ -24,7 +24,7 @@ candid = { workspace = true }
clap = { version = "3.1.6", features = [ "derive" ] }
fn-error-context = "0.2.0"
serde_json = "^1.0"
idl2json = { path = "../idl2json", version = "0.9.2", features = ["clap", "crypto"] }
idl2json = { path = "../idl2json", version = "0.9.3", features = ["clap", "crypto"] }
anyhow = "1"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/yaml2candid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yaml2candid"
version = "0.9.2"
version = "0.9.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions src/yaml2candid_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "yaml2candid_cli"
version = "0.9.2"
version = "0.9.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "3.1.6", features = [ "derive" ] }
yaml2candid = { path = "../yaml2candid", version = "0.9.2" }
yaml2candid = { path = "../yaml2candid", version = "0.9.3" }

[build-dependencies]
toml = "0.5.9"

0 comments on commit 36a99cd

Please sign in to comment.