Fix toml paths

This commit is contained in:
Armani Ferrante 2021-01-14 15:19:29 -08:00
parent 92b5f74eea
commit 861e0b6ea4
No known key found for this signature in database
GPG Key ID: D597A80BCF8E12B7
2 changed files with 2 additions and 4 deletions

View File

@ -15,6 +15,5 @@ no-entrypoint = []
borsh = { git = "https://github.com/project-serum/borsh", branch = "serum", features = ["serum-program"] }
solana-program = "1.4.3"
solana-sdk = { version = "1.3.14", default-features = false, features = ["program"] }
# anchor = { git = "https://github.com/project-serum/anchor", features = ["derive"] }
anchor = { path = "/home/armaniferrante/Documents/code/src/github.com/project-serum/anchor", features = ["derive"] }
anchor = { git = "https://github.com/project-serum/anchor", features = ["derive"] }
puppet = { path = "../puppet", features = ["no-entrypoint"] }

View File

@ -15,5 +15,4 @@ no-entrypoint = []
borsh = { git = "https://github.com/project-serum/borsh", branch = "serum", features = ["serum-program"] }
solana-program = "1.4.3"
solana-sdk = { version = "1.3.14", default-features = false, features = ["program"] }
# anchor = { git = "https://github.com/project-serum/anchor", features = ["derive"] }
anchor = { path = "/home/armaniferrante/Documents/code/src/github.com/project-serum/anchor", features = ["derive"] }
anchor = { git = "https://github.com/project-serum/anchor", features = ["derive"] }