1
0
David Peter 1 жил өмнө
parent
commit
bf80d430ad

+ 2 - 2
Cargo.lock

@@ -856,7 +856,7 @@ dependencies = [
 
 [[package]]
 name = "numbat"
-version = "1.9.0"
+version = "1.10.0"
 dependencies = [
  "approx",
  "chrono",
@@ -886,7 +886,7 @@ dependencies = [
 
 [[package]]
 name = "numbat-cli"
-version = "1.9.0"
+version = "1.10.0"
 dependencies = [
  "anyhow",
  "assert_cmd",

+ 2 - 2
numbat-cli/Cargo.toml

@@ -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"
@@ -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"] }

+ 1 - 1
numbat-wasm/Cargo.lock

@@ -367,7 +367,7 @@ dependencies = [
 
 [[package]]
 name = "numbat"
-version = "1.9.0"
+version = "1.10.0"
 dependencies = [
  "chrono",
  "chrono-tz",

+ 1 - 1
numbat/Cargo.toml

@@ -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"