Skip to content

Commit

Permalink
Deps: Update stl_io to 0.8.1.
Browse files Browse the repository at this point in the history
There seem to be no code changes between 0.7.0 and 0.8.1, only
licensing. (The new license is MIT only, which is fine with us.)
  • Loading branch information
kpreid committed Aug 14, 2024
1 parent 01d1af0 commit 2d1dc46
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion all-is-cubes-port/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ itertools = { workspace = true }
# TODO: replace logging with explicit reporting data flow
log = { workspace = true }
rectangle-pack = { workspace = true }
stl_io = { version = "0.7.0" }
stl_io = { version = "0.8.1" }
# json is used for native and glTF
serde_json = { workspace = true }
thiserror = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions all-is-cubes-wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d1dc46

Please sign in to comment.