Skip to content

Commit

Permalink
jstime version v0.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesBorins committed Feb 12, 2024
1 parent 7f2f487 commit 7fa2864
Show file tree
Hide file tree
Showing 3 changed files with 6 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.

6 changes: 3 additions & 3 deletions cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "jstime"
version = "0.48.0"
version = "0.49.0"
description = "Another JS Runtime"
readme = "README.md"
license = "Apache-2.0"
Expand All @@ -14,13 +14,13 @@ name = "jstime"
path = "main.rs"

[dependencies]
jstime_core = { path = "../core", version = "^0.48.0" }
jstime_core = { path = "../core", version = "^0.49.0" }
rustyline = "13.0.0"
structopt = "0.3.26"
dirs = "5.0.1"

[build-dependencies]
jstime_core = { path = "../core", version = "^0.48.0" }
jstime_core = { path = "../core", version = "^0.49.0" }

[dev-dependencies]
assert_cmd = "2.0.13"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "jstime_core"
version = "0.48.0"
version = "0.49.0"
description = "Another JS Runtime"
readme = "README.md"
license = "Apache-2.0"
Expand Down

0 comments on commit 7fa2864

Please sign in to comment.