Skip to content

Commit

Permalink
Release version
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiemh committed Jul 9, 2024
1 parent b5c5e7c commit 50abbce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "revision"
publish = true
edition = "2021"
version = "0.7.1"
version = "0.8.0"
license = "Apache-2.0"
readme = "README.md"
authors = ["Tobie Morgan Hitchcock <[email protected]>"]
Expand All @@ -22,7 +22,7 @@ default = []
[dependencies]
bincode = "1.3.3"
chrono = { version = "0.4.26", features = ["serde"], optional = true }
derive = { version = "0.7.0", package = "revision-derive", path = "derive" }
derive = { version = "0.8.0", package = "revision-derive", path = "derive" }
geo = { version = "0.26.0", features = ["use-serde"], optional = true }
ordered-float = { version = "3", optional = true }
regex = { version = "1.9.3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "revision-derive"
publish = true
edition = "2021"
version = "0.7.0"
version = "0.8.0"
license = "Apache-2.0"
readme = "README.md"
authors = ["Tobie Morgan Hitchcock <[email protected]>"]
Expand Down

0 comments on commit 50abbce

Please sign in to comment.