Skip to content

Commit

Permalink
Fix version refernce (#643)
Browse files Browse the repository at this point in the history
This commit fixes the version reference to `quickjs-wasm-sys`
  • Loading branch information
saulecabrera authored May 7, 2024
1 parent 499eac7 commit c4e78b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/quickjs-wasm-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = ["api-bindings"]

[dependencies]
anyhow = { workspace = true }
quickjs-wasm-sys = { version = "1.2.1-alpha.1", path = "../quickjs-wasm-sys" }
quickjs-wasm-sys = { version = "1.2.1", path = "../quickjs-wasm-sys" }
serde = { version = "1.0", features = ["derive"] }
once_cell = "1.19"

Expand Down

0 comments on commit c4e78b7

Please sign in to comment.