Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
laptou committed Aug 22, 2023
1 parent 1541fb7 commit 19ba568
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 jsi-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jsi-sys"
version = "0.3.0-alpha.2"
version = "0.3.0-alpha.4"
edition = "2021"
links = "jsi"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions jsi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "jsi"
version = "0.3.0-alpha.3"
version = "0.3.0-alpha.4"
edition = "2021"
license = "MIT"
description = "Write React Native JSI modules in Rust"
authors = ["Ibiyemi Abiodun <[email protected]>"]
repository = "https://github.com/laptou/jsi-rs/"

[dependencies]
jsi-sys = { path = "../jsi-sys", version = "0.3.0-alpha.2" }
jsi-sys = { path = "../jsi-sys", version = "0.3.0-alpha.4" }
jsi-macros = { path = "../jsi-macros", version = "0.3.1-alpha.1", optional = true }
cxx = "1.0"
anyhow = "1.0"
Expand Down

0 comments on commit 19ba568

Please sign in to comment.