Skip to content

Commit edcf5f7

Browse files
deps: update syn to version 2
1 parent 279e7bc commit edcf5f7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

img/relative_price_candles_plot.png

-101 Bytes
Loading

trade_aggregation_derive/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ keywords = ["trading", "candles", "macro"]
1111
categories = ["algorithms"]
1212
ignore = ["target"]
1313

14-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15-
1614
[lib]
1715
proc-macro = true
1816

1917
[dependencies]
20-
syn = { version = "^1", features = ["extra-traits"] }
21-
quote = "^1"
18+
syn = { version = "2", features = ["extra-traits"] }
19+
quote = "1"

0 commit comments

Comments
 (0)