Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
laptou committed Aug 22, 2023
1 parent e19f578 commit e845887
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jsi-macros"
version = "0.3.1-alpha.4"
version = "0.3.1-alpha.5"
edition = "2021"
license = "MIT"
description = "Support macros for jsi-rs"
Expand Down
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.4"
version = "0.3.0-alpha.5"
edition = "2021"
links = "jsi"
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions jsi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "jsi"
version = "0.3.0-alpha.4"
version = "0.3.0-alpha.5"
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.4" }
jsi-macros = { path = "../jsi-macros", version = "0.3.1-alpha.4", optional = true }
jsi-sys = { path = "../jsi-sys", version = "0.3.0-alpha.5" }
jsi-macros = { path = "../jsi-macros", version = "0.3.1-alpha.5", optional = true }
cxx = "1.0"
anyhow = "1.0"
log = { version = "0.4", optional = true }
Expand Down

0 comments on commit e845887

Please sign in to comment.