Skip to content

Commit

Permalink
chore: bump to version v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Nov 21, 2023
1 parent 9ecb1ca commit e0104cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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.

6 changes: 2 additions & 4 deletions src/ic-websocket-cdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ic-websocket-cdk"
version = "0.2.1"
version = "0.3.0"
edition.workspace = true
rust-version.workspace = true
repository.workspace = true
Expand All @@ -9,9 +9,7 @@ description = "IC Websocket Canister Development Kit"
homepage = "https://docs.rs/ic-websocket-cdk"
documentation = "https://docs.rs/ic-websocket-cdk"
readme = "../../README.md"
exclude = [
"**/*.did",
]
exclude = ["**/*.did"]

[dependencies]
candid = { workspace = true }
Expand Down

0 comments on commit e0104cf

Please sign in to comment.