Johannes Hofmann 5 лет назад
Родитель
Сommit
6869e41d62
3 измененных файлов: 3 добавлений и 3 удалений
  1. 1
    1
      Cargo.toml
  2. 1
    1
      README.md
  3. 1
    1
      src/lib.rs

+ 1
- 1
Cargo.toml Просмотреть файл

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

+ 1
- 1
README.md Просмотреть файл

@@ -16,7 +16,7 @@ Add this to your `Cargo.toml`:
16 16
 
17 17
 ```toml
18 18
 [dependencies]
19
-osmpbf = "0.1"
19
+osmpbf = "0.2"
20 20
 ```
21 21
 
22 22
 and if you're using Rust 2015, add this line to the crate root:

+ 1
- 1
src/lib.rs Просмотреть файл

@@ -7,7 +7,7 @@ Add this to your `Cargo.toml`:
7 7
 
8 8
 ```toml
9 9
 [dependencies]
10
-osmpbf = "0.1"
10
+osmpbf = "0.2"
11 11
 ```
12 12
 
13 13
 and if you're using Rust 2015, add this line to the crate root: