Parcourir la source

Release 0.2.0

Johannes Hofmann il y a 5 ans
Parent
révision
6869e41d62
3 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1
    1
      Cargo.toml
  2. 1
    1
      README.md
  3. 1
    1
      src/lib.rs

+ 1
- 1
Cargo.toml Voir le fichier

1
 [package]
1
 [package]
2
 name = "osmpbf"
2
 name = "osmpbf"
3
-version = "0.1.17"
3
+version = "0.2.0"
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/osmpbf"
6
 repository = "https://github.com/b-r-u/osmpbf"

+ 1
- 1
README.md Voir le fichier

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

+ 1
- 1
src/lib.rs Voir le fichier

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