瀏覽代碼

Update numbat-cli version

David Peter 1 年之前
父節點
當前提交
1481c73220
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Cargo.lock
  2. 1 1
      numbat-cli/Cargo.toml

+ 1 - 1
Cargo.lock

@@ -1115,7 +1115,7 @@ dependencies = [
 
 [[package]]
 name = "numbat-cli"
-version = "1.13.0"
+version = "1.14.0"
 dependencies = [
  "anyhow",
  "assert_cmd",

+ 1 - 1
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.13.0"
+version = "1.14.0"
 edition = "2021"
 license = "MIT OR Apache-2.0"
 readme = "../README.md"