Skip to content

Commit

Permalink
fix: also bump things in wasm and ffi packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Oct 22, 2024
1 parent 9ad2b54 commit efedfe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yggdrasilffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ name = "yggdrasilffi"
libc = "0.2"
serde_json = "1.0.68"
serde = { version = "1.0.68", features = ["derive"] }
unleash-types = "0.13.0"
unleash-types = "0.14.0"
unleash-yggdrasil = {path = "../unleash-yggdrasil"}
2 changes: 1 addition & 1 deletion yggdrasilwasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default = ["console_error_panic_hook"]

[dependencies]
wasm-bindgen = "0.2"
unleash-types = "0.13.0"
unleash-types = "0.14.0"
unleash-yggdrasil = {path = "../unleash-yggdrasil"}
getrandom = { version = "0.2", features = ["js"] }

Expand Down

0 comments on commit efedfe2

Please sign in to comment.