Skip to content

Commit cfe6060

Browse files
author
Guillaume Fraux
committed
Update syn to 0.15
1 parent 4d87bc8 commit cfe6060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

soa-derive-internal/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_internal"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["Guillaume Fraux <guillaume.fraux@chimie-paristech.fr>"]
55
license = "MIT/Apache-2.0"
66
readme = "../README.md"
@@ -15,6 +15,6 @@ Internal crate implementation for soa-derive
1515
proc-macro = true
1616

1717
[dependencies]
18-
syn = "0.14"
18+
syn = "0.15"
1919
quote = "0.6"
2020
proc-macro2 = "0.4"

0 commit comments

Comments
 (0)