瀏覽代碼

The road ahead

Benjamin Sago 4 年之前
父節點
當前提交
505808fd9f
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 1 - 1
Cargo.lock

@@ -57,7 +57,7 @@ dependencies = [
 
 [[package]]
 name = "exa"
-version = "0.10.0"
+version = "0.11.0-pre"
 dependencies = [
  "ansi_term",
  "datetime",

+ 1 - 1
Cargo.toml

@@ -9,7 +9,7 @@ exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png"]
 homepage = "https://the.exa.website/"
 license = "MIT"
 repository = "https://github.com/ogham/exa"
-version = "0.10.0"
+version = "0.11.0-pre"
 
 
 [[bin]]