Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp authored and David Peter committed Feb 12, 2024
1 parent f380f2c commit bf80d43
Show file tree
Hide file tree
Showing 4 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.

4 changes: 2 additions & 2 deletions numbat-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ categories = ["command-line-utilities", "science", "mathematics", "compilers"]
keywords = ["language", "compiler", "physics", "units", "calculation"]
homepage = "https://numbat.dev/"
repository = "https://github.com/sharkdp/numbat"
version = "1.9.0"
version = "1.10.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "../README.md"
Expand All @@ -16,7 +16,7 @@ rust-version = "1.70"
anyhow = "1"
rustyline = { version = "13", features = ["derive"] }
dirs = "5"
numbat = { version = "1.9.0", path = "../numbat" }
numbat = { version = "1.10.0", path = "../numbat" }
colored = "2"
itertools = "0.12"
toml = { version = "0.8.8", features = ["parse"] }
Expand Down
2 changes: 1 addition & 1 deletion numbat-wasm/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 numbat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ categories = ["science", "mathematics", "compilers"]
keywords = ["language", "compiler", "physics", "units", "calculation"]
homepage = "https://numbat.dev/"
repository = "https://github.com/sharkdp/numbat"
version = "1.9.0"
version = "1.10.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit bf80d43

Please sign in to comment.