Johannes Hofmann пре 5 година
родитељ
комит
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
 [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 Прегледај датотеку

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 Прегледај датотеку

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: