Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Feb 1, 2025
1 parent 2cd97be commit 1ec33a1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
node_modules/
27 changes: 13 additions & 14 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tzf-wasm"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
description = "A wasm library for tzf-rs"
repository = "https://github.com/ringsaturn/tzf-wasm"
Expand All @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
wasm-bindgen = "0.2.99"
tzf-rs = { version = "0.4.9", default-features = false }
tzf-rs = { version = "0.4.10", default-features = false }
getrandom = { version = "0.2", features = ["js"] }

[dev-dependencies]
Expand Down

0 comments on commit 1ec33a1

Please sign in to comment.