Skip to content

Commit

Permalink
jstime version v0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesBorins committed Jan 8, 2024
1 parent f88df8e commit 8609525
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jstime"
version = "0.47.0"
version = "0.48.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.47.0" }
jstime_core = { path = "../core", version = "^0.48.0" }
rustyline = "13.0.0"
structopt = "0.3.26"
dirs = "5.0.1"

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

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

0 comments on commit 8609525

Please sign in to comment.