diff --git a/examples/tutorial/basic-3/programs/puppet-master/Cargo.toml b/examples/tutorial/basic-3/programs/puppet-master/Cargo.toml index 0d47a4084..767f91291 100644 --- a/examples/tutorial/basic-3/programs/puppet-master/Cargo.toml +++ b/examples/tutorial/basic-3/programs/puppet-master/Cargo.toml @@ -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"] } diff --git a/examples/tutorial/basic-3/programs/puppet/Cargo.toml b/examples/tutorial/basic-3/programs/puppet/Cargo.toml index 195f23513..00f609ede 100644 --- a/examples/tutorial/basic-3/programs/puppet/Cargo.toml +++ b/examples/tutorial/basic-3/programs/puppet/Cargo.toml @@ -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"] } \ No newline at end of file +anchor = { git = "https://github.com/project-serum/anchor", features = ["derive"] }