Skip to content

Commit fb1eea9

Browse files
committed
chore(go): pin rust version to make builds property deterministic
1 parent cdb438b commit fb1eea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.90"
2+
channel = "1.90.0"
33
components = ["rustfmt", "clippy"]
44
targets = ["wasm32-unknown-unknown"]
55
profile = "minimal"

0 commit comments

Comments
 (0)