Update rust example to use BPF enabled infrastructure (#2974)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
# Note: This crate must be built using the makefile, try `make help` instead of `cargo build`
|
||||
# Note: This crate must be built using build.sh
|
||||
|
||||
[package]
|
||||
name = "solana-bpf-rust-noop"
|
||||
@@ -11,7 +11,15 @@ license = "Apache-2.0"
|
||||
homepage = "https://solana.com/"
|
||||
|
||||
[dependencies]
|
||||
heapless = { version = "0.4.0", default-features = false }
|
||||
# byteorder = { version = "1.3.1", default-features = false }
|
||||
# heapless = { version = "0.4.0", default-features = false }
|
||||
# byte = { version = "0.2", default-features = false }
|
||||
|
||||
[workspace]
|
||||
members = []
|
||||
|
||||
[lib]
|
||||
name = "solana_bpf_rust_noop"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user