Benjamin Sago 4 năm trước cách đây
mục cha
commit
03cd3a81ff
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 1 - 1
Cargo.lock

@@ -57,7 +57,7 @@ dependencies = [
 
 [[package]]
 name = "exa"
-version = "0.9.0"
+version = "0.10.0"
 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.9.0"
+version = "0.10.0"
 
 
 [[bin]]