Skip to content

Commit

Permalink
Update 'downcast-rs' to the latest version, which now supports no_std. (
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinaboos authored Jul 14, 2021
1 parent 0f27e79 commit 9fdb0c0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ volatile = { git = "https://github.com/theseus-os/volatile" }
getopts = { git = "https://github.com/theseus-os/getopts" }
### use our own no_std-compatible qp trie
qp-trie = { git = "https://github.com/theseus-os/qp-trie-rs" }
### use our own no_std-compatible downcast-rs
downcast-rs = { git = "https://github.com/theseus-os/downcast-rs" }
### use the latest version of smoltcp from github; the one on crates.io is out of date
smoltcp = { git = "https://github.com/m-labs/smoltcp" }

Expand Down
2 changes: 1 addition & 1 deletion kernel/storage_device/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build = "../../build.rs"
[dependencies]
spin = "0.9.0"
owning_ref = { git = "https://github.com/theseus-os/owning-ref-rs" }
downcast-rs = "1.0.4"
downcast-rs = { version = "1.2.0", default-features = false }

[dependencies.log]
version = "0.4.8"
Expand Down
2 changes: 0 additions & 2 deletions libtheseus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ volatile = { git = "https://github.com/theseus-os/volatile" }
getopts = { git = "https://github.com/theseus-os/getopts" }
### use our own no_std-compatible qp trie
qp-trie = { git = "https://github.com/theseus-os/qp-trie-rs" }
### use our own no_std-compatible downcast-rs
downcast-rs = { git = "https://github.com/theseus-os/downcast-rs" }
### use the latest version of smoltcp from github; the one on crates.io is out of date
smoltcp = { git = "https://github.com/m-labs/smoltcp" }

2 changes: 0 additions & 2 deletions tlibc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,5 @@ volatile = { git = "https://github.com/theseus-os/volatile" }
getopts = { git = "https://github.com/theseus-os/getopts" }
### use our own no_std-compatible qp trie
qp-trie = { git = "https://github.com/theseus-os/qp-trie-rs" }
### use our own no_std-compatible downcast-rs
downcast-rs = { git = "https://github.com/theseus-os/downcast-rs" }
### use the latest version of smoltcp from github; the one on crates.io is out of date
smoltcp = { git = "https://github.com/m-labs/smoltcp" }

0 comments on commit 9fdb0c0

Please sign in to comment.