Skip to content

Commit 181908f

Browse files
committed
Update getrandom to v0.3 in examples.
Signed-off-by: Piotr Sikora <code@piotrsikora.dev>
1 parent ae38c0f commit 181908f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hello_world/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ log = "0.4"
1717
proxy-wasm = { path = "../../" }
1818

1919
[target.'cfg(not(all(target_arch = "wasm32", target_os = "unknown")))'.dependencies]
20-
getrandom = "0.2"
20+
getrandom = "0.3"
2121

2222
[profile.release]
2323
lto = true

0 commit comments

Comments
 (0)