Compare commits

...

1 Commits

Author SHA1 Message Date
fa80c1d8d5 test 2024-06-02 00:35:27 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -4727,7 +4727,7 @@ checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
[[package]] [[package]]
name = "wasm-lib" name = "wasm-lib"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bson", "bson",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "wasm-lib" name = "wasm-lib"
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
repository = "https://github.com/KittyCAD/modeling-app" repository = "https://github.com/KittyCAD/modeling-app"
rust-version = "1.73" rust-version = "1.73"