Skip to content

Commit e0104cf

Browse files
committed
chore: bump to version v0.3.0
1 parent 9ecb1ca commit e0104cf

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ic-websocket-cdk/Cargo.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ic-websocket-cdk"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
repository.workspace = true
@@ -9,9 +9,7 @@ description = "IC Websocket Canister Development Kit"
99
homepage = "https://docs.rs/ic-websocket-cdk"
1010
documentation = "https://docs.rs/ic-websocket-cdk"
1111
readme = "../../README.md"
12-
exclude = [
13-
"**/*.did",
14-
]
12+
exclude = ["**/*.did"]
1513

1614
[dependencies]
1715
candid = { workspace = true }

0 commit comments

Comments
 (0)