Skip to content

Commit 9114ae8

Browse files
committed
Advance to version 0.6.0
1 parent 1288f7d commit 9114ae8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wavefront_obj"
3-
version = "0.5.26"
3+
version = "0.6.0"
44
authors = ["LambdaXymox <lambda.xymox@gmail.com>"]
55
edition = "2018"
66
readme = "README.md"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add the following line to your `Cargo.toml` file
1919
```toml
2020
[dependencies]
2121
# ...
22-
wavefront_obj = "0.5.26"
22+
wavefront_obj = "0.6.0"
2323
# ...
2424
```
2525
to import the library. Include the line

0 commit comments

Comments
 (0)