Johannes Hofmann vor 7 Jahren
Ursprung
Commit
b2c5f88a18
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1
    1
      Cargo.lock
  2. 1
    1
      Cargo.toml

+ 1
- 1
Cargo.lock Datei anzeigen

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

+ 1
- 1
Cargo.toml Datei anzeigen

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