Skip to content

Commit 49c079d

Browse files
authored
pubkey: Add no_std attribute (#102)
* Add no_std attribute * Update five8_const dependency
1 parent 1ad024f commit 49c079d

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license = "Apache-2.0"
1616
repository = "https://github.com/anza-xyz/pinocchio"
1717

1818
[workspace.dependencies]
19-
five8_const = "0.1.3"
19+
five8_const = "0.1.4"
2020
pinocchio = { path = "sdk/pinocchio", version = "0.8" }
2121
pinocchio-pubkey = { path = "sdk/pubkey", version = "0.2" }
2222
pinocchio-log-macro = { version = "0.4", path = "sdk/log/macro" }

sdk/pubkey/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![no_std]
2+
13
pub use five8_const::decode_32_const;
24
pub use pinocchio;
35

0 commit comments

Comments
 (0)