Skip to content

Commit c393b6b

Browse files
committed
Release a new version depending on syn/quote 1.0
1 parent 4879129 commit c393b6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "soa_derive"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
edition = "2018"
55
authors = ["Guillaume Fraux <guillaume.fraux@chimie-paristech.fr>"]
66
license = "MIT/Apache-2.0"
@@ -19,7 +19,7 @@ members = [
1919
]
2020

2121
[dependencies]
22-
soa_derive_internal = {path = "soa-derive-internal", version = "0.8"}
22+
soa_derive_internal = {path = "soa-derive-internal", version = "0.9"}
2323

2424
[dev-dependencies]
2525
bencher = "0.1"

soa-derive-internal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "soa_derive_internal"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2018"
55
authors = ["Guillaume Fraux <guillaume.fraux@chimie-paristech.fr>"]
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)