Skip to content

Commit

Permalink
Use #![no_std] for ibc-proto crate (informalsystems#1164)
Browse files Browse the repository at this point in the history
* Use #![no_std] for ibc-proto crate

* Enable js feature in get_random to allow compilation in wasm

* Add no-std compliance checking

* Fix CI

* Fix CI

* Use Cargo nightly to check for use of std crate

* Remove no-std GitHub workflow for now

* Update Cargo.lock

Co-authored-by: Romain Ruetschi <[email protected]>
  • Loading branch information
soareschen and romac authored Jul 27, 2021
1 parent af1b480 commit 6eb631b
Show file tree
Hide file tree
Showing 7 changed files with 1,131 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ members = [
]

exclude = [
"no-std-check",
"proto-compiler"
]

Expand Down
1 change: 1 addition & 0 deletions no-std-check/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target/
Loading

0 comments on commit 6eb631b

Please sign in to comment.