Explorar el Código

Version bump!

Ben S hace 10 años
padre
commit
4c61361bfb
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 1 - 1
Cargo.lock

@@ -1,6 +1,6 @@
 [root]
 name = "exa"
-version = "0.2.0"
+version = "0.3.0"
 dependencies = [
  "ansi_term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "exa"
-version = "0.2.0"
+version = "0.3.0"
 authors = [ "ogham@bsago.me" ]
 
 [[bin]]