Set versions on path dependencies

This commit is contained in:
Armani Ferrante 2021-01-15 01:11:03 -08:00
parent d068b5cf10
commit d6d439fede
No known key found for this signature in database
GPG Key ID: D597A80BCF8E12B7
4 changed files with 4 additions and 4 deletions

View File

@ -15,4 +15,4 @@ proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "=1.0.57", features = ["full"] }
anyhow = "1.0.32"
anchor-syn = { path = "../../syn" }
anchor-syn = { path = "../../syn", version = "0.0.0-alpha.0" }

View File

@ -15,4 +15,4 @@ proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "=1.0.57", features = ["full"] }
anyhow = "1.0.32"
anchor-syn = { path = "../../syn" }
anchor-syn = { path = "../../syn", version = "0.0.0-alpha.0" }

View File

@ -15,4 +15,4 @@ proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "=1.0.57", features = ["full"] }
anyhow = "1.0.32"
anchor-syn = { path = "../../syn" }
anchor-syn = { path = "../../syn", version = "0.0.0-alpha.0" }

View File

@ -15,4 +15,4 @@ proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "=1.0.57", features = ["full"] }
anyhow = "1.0.32"
anchor-syn = { path = "../../syn" }
anchor-syn = { path = "../../syn", version = "0.0.0-alpha.0" }