Parcourir la source

Release 0.2.2

Johannes Hofmann il y a 7 ans
Parent
révision
b2c5f88a18
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1
    1
      Cargo.lock
  2. 1
    1
      Cargo.toml

+ 1
- 1
Cargo.lock Voir le fichier

@@ -303,7 +303,7 @@ dependencies = [
303 303
 
304 304
 [[package]]
305 305
 name = "deltamap"
306
-version = "0.2.1"
306
+version = "0.2.2"
307 307
 dependencies = [
308 308
  "cgmath 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
309 309
  "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ 1
- 1
Cargo.toml Voir le fichier

@@ -1,6 +1,6 @@
1 1
 [package]
2 2
 name = "deltamap"
3
-version = "0.2.1"
3
+version = "0.2.2"
4 4
 authors = ["Johannes Hofmann <mail@b-r-u.org>"]
5 5
 readme = "README.md"
6 6
 repository = "https://github.com/b-r-u/deltamap"