Skip to content

Commit 5275141

Browse files
Bumped version numbers for the wasm shim crate
1 parent ca6cd20 commit 5275141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wasm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gcode-wasm"
3-
version = "0.1.0"
3+
version = "0.6.1"
44
authors = ["Michael-F-Bryan <michaelfbryan@gmail.com>"]
55
edition = "2018"
66
publish = false
@@ -12,7 +12,7 @@ keywords = ["gcode", "wasm", "rust"]
1212

1313
[dependencies]
1414
wasm-bindgen = "0.2.59"
15-
gcode = "0.6.0"
15+
gcode = "0.6.1"
1616

1717
# we're using "rust/" instead of "src/" to prevent any mix-ups between the Rust
1818
# world and the JS/TS world

0 commit comments

Comments
 (0)