فهرست منبع

Set versions on path dependencies

Armani Ferrante 4 سال پیش
والد
کامیت
d6d439fede
4فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 1 1
      attribute/access-control/Cargo.toml
  2. 1 1
      attribute/account/Cargo.toml
  3. 1 1
      attribute/program/Cargo.toml
  4. 1 1
      derive/accounts/Cargo.toml

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