Skip to content

Commit 3bc30ae

Browse files
committed
fixes 3: starting of the end
1 parent e395585 commit 3bc30ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

basics/hello-solana/steel/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace]
22
resolver = "2"
3-
members = ["api", "program"]
3+
members = ["program"]
44

55
[workspace.package]
66
version = "0.1.0"
@@ -13,7 +13,6 @@ readme = "./README.md"
1313
keywords = ["solana"]
1414

1515
[workspace.dependencies]
16-
hello-solana-api = { path = "./api", version = "0.1.0" }
1716
bytemuck = "1.14"
1817
num_enum = "0.7"
1918
solana-program = "1.18"

0 commit comments

Comments
 (0)