Johannes Hofmann пре 7 година
родитељ
комит
e3213d4661
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1
    1
      Cargo.lock
  2. 1
    1
      Cargo.toml

+ 1
- 1
Cargo.lock Прегледај датотеку

272
 
272
 
273
 [[package]]
273
 [[package]]
274
 name = "deltamap"
274
 name = "deltamap"
275
-version = "0.2.0"
275
+version = "0.2.1"
276
 dependencies = [
276
 dependencies = [
277
  "cgmath 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
277
  "cgmath 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
278
  "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
278
  "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ 1
- 1
Cargo.toml Прегледај датотеку

1
 [package]
1
 [package]
2
 name = "deltamap"
2
 name = "deltamap"
3
-version = "0.2.0"
3
+version = "0.2.1"
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"