Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gadunga committed Jun 20, 2021
1 parent d3d0f3c commit c4f1f89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nobject-rs"
version = "1.0.1"
version = "1.1.0"
authors = ["shmapdy <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -13,6 +13,6 @@ description = "A parser for wavefront Obj/Mtl files. Written with Nom."

[dependencies]
derive_more = "0.99"
log = "0.4.14"
nom = "6.1.2"
log = "0.4"
nom = "6.2"
thiserror = "1.0"

0 comments on commit c4f1f89

Please sign in to comment.