Skip to content

Commit bf80d43

Browse files
sharkdpDavid Peter
authored and
David Peter
committed
Bump version
1 parent f380f2c commit bf80d43

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

numbat-cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories = ["command-line-utilities", "science", "mathematics", "compilers"]
66
keywords = ["language", "compiler", "physics", "units", "calculation"]
77
homepage = "https://numbat.dev/"
88
repository = "https://github.com/sharkdp/numbat"
9-
version = "1.9.0"
9+
version = "1.10.0"
1010
edition = "2021"
1111
license = "MIT OR Apache-2.0"
1212
readme = "../README.md"
@@ -16,7 +16,7 @@ rust-version = "1.70"
1616
anyhow = "1"
1717
rustyline = { version = "13", features = ["derive"] }
1818
dirs = "5"
19-
numbat = { version = "1.9.0", path = "../numbat" }
19+
numbat = { version = "1.10.0", path = "../numbat" }
2020
colored = "2"
2121
itertools = "0.12"
2222
toml = { version = "0.8.8", features = ["parse"] }

numbat-wasm/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

numbat/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories = ["science", "mathematics", "compilers"]
66
keywords = ["language", "compiler", "physics", "units", "calculation"]
77
homepage = "https://numbat.dev/"
88
repository = "https://github.com/sharkdp/numbat"
9-
version = "1.9.0"
9+
version = "1.10.0"
1010
edition = "2021"
1111
license = "MIT OR Apache-2.0"
1212
readme = "README.md"

0 commit comments

Comments
 (0)