浏览代码

Release 0.2.0

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: