Skip to content

Commit

Permalink
Update to v0.2.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Sep 12, 2023
1 parent 4cc3ff6 commit b294654
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions js-sandbox-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

[package]
name = "js-sandbox-macros"
version = "0.2.0-rc.1"
version = "0.2.0-rc.2"
description = "Procedural macros for js-sandbox"
repository = "https://github.com/Bromeon/js-sandbox"
documentation = "https://docs.rs/js-sandbox-macros/0.2.0-rc.1"
documentation = "https://docs.rs/js-sandbox-macros/0.2.0-rc.2"
authors = ["Jan Haller <[email protected]>"]
license = "Zlib"
edition = "2021"
Expand Down
6 changes: 3 additions & 3 deletions js-sandbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

[package]
name = "js-sandbox"
version = "0.2.0-rc.1"
version = "0.2.0-rc.2"
description = "Execute JavaScript code from Rust in a secure sandbox, and transport data to/from JS plug-ins."
repository = "https://github.com/Bromeon/js-sandbox"
documentation = "https://docs.rs/js-sandbox/0.2.0-rc.1"
documentation = "https://docs.rs/js-sandbox/0.2.0-rc.2"
authors = ["Jan Haller <[email protected]>"]
license = "Zlib"
edition = "2021"
readme = "../ReadMe.md"

[dependencies]
js-sandbox-macros = { path = "../js-sandbox-macros", version = "=0.2.0-rc.1" }
js-sandbox-macros = { path = "../js-sandbox-macros", version = "=0.2.0-rc.2" }
deno_core = "0.209.0"
serde_json = "1.0.106"
serde = { version = "1.0.188", features = ["derive"] }

0 comments on commit b294654

Please sign in to comment.