Skip to content

Commit

Permalink
build: bump version numbers to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
w-henderson committed Jan 24, 2024
1 parent 77b16d5 commit 3fd7be8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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 stuart-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stuart_core"
version = "0.2.7"
version = "0.3.0"
edition = "2021"
license = "MIT"
homepage = "https://github.com/w-henderson/Stuart"
Expand Down
5 changes: 2 additions & 3 deletions stuart/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stuart"
version = "0.2.7"
version = "0.3.0"
edition = "2021"
license = "MIT"
homepage = "https://github.com/w-henderson/Stuart"
Expand All @@ -15,7 +15,7 @@ name = "stuart"
path = "src/main.rs"

[dependencies]
stuart_core = { version = "^0.2.6", path = "../stuart-core" }
stuart_core = { version = "^0.3.0", path = "../stuart-core" }

clap = "^3.2"
toml = "^0.5"
Expand All @@ -32,5 +32,4 @@ libloading = "^0.7.3"
v8 = { version = "^0.82.0", optional = true }

[features]
default = ["js"]
js = ["v8"]

0 comments on commit 3fd7be8

Please sign in to comment.