Skip to content

Commit 9a9d7f4

Browse files
committed
build(toml): replace deprecated properties
1 parent f5b33a5 commit 9a9d7f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/no_std/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
pubnub = { path = "../../", default_features = false, features = ["blocking", "serde", "publish", "subscribe", "presence"] }
10-
serde = { version = "1.0", default_features = false, features = ["derive"] }
11-
getrandom = { version = "0.2", default_features = false, features = ["custom"] }
9+
pubnub = { path = "../../", default-features = false, features = ["blocking", "serde", "publish", "subscribe", "presence"] }
10+
serde = { version = "1.0", default-features = false, features = ["derive"] }
11+
getrandom = { version = "0.2", default-features = false, features = ["custom"] }
1212

1313
[[bin]]
1414
name = "publish"

0 commit comments

Comments
 (0)