Skip to content

Commit

Permalink
Compile in no_std context (#247)
Browse files Browse the repository at this point in the history
Fixed issues preventing building in a no-std environment.
  • Loading branch information
dzamlo authored Dec 28, 2023
1 parent aad1956 commit ee3fa26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ name = "domain"
path = "src/lib.rs"

[dependencies]
octseq = { version = "0.3.2", default-features = false }
time = { version = "0.3.1", default-features = false }
octseq = { version = "0.3.2", default-features = false }
time = { version = "0.3.1", default-features = false }

rand = { version = "0.8", optional = true }
bytes = { version = "1.0", optional = true, default-features = false }
Expand Down

0 comments on commit ee3fa26

Please sign in to comment.