Browse Source

Set versions on path dependencies

Armani Ferrante 4 năm trước cách đây
mục cha
commit
d6d439fede

+ 1 - 1
attribute/access-control/Cargo.toml

@@ -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" }

+ 1 - 1
attribute/account/Cargo.toml

@@ -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" }

+ 1 - 1
attribute/program/Cargo.toml

@@ -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" }

+ 1 - 1
derive/accounts/Cargo.toml

@@ -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" }