Skip to content

Commit

Permalink
Update std.tree for rust 1.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clehner committed Apr 12, 2022
1 parent 7a1ea44 commit 2e440eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions licenses/std.tree
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
alloc v0.0.0 https://github.com/rust-lang/rust.git MIT OR Apache-2.0
cfg-if v0.1.10 https://github.com/alexcrichton/cfg-if MIT/Apache-2.0
compiler_builtins v0.1.49 https://github.com/rust-lang/compiler-builtins MIT/Apache-2.0
compiler_builtins v0.1.70 https://github.com/rust-lang/compiler-builtins MIT/Apache-2.0
core v0.0.0 https://github.com/rust-lang/rust.git MIT OR Apache-2.0
dlmalloc v0.2.1 https://github.com/alexcrichton/dlmalloc-rs MIT/Apache-2.0
dlmalloc v0.2.3 https://github.com/alexcrichton/dlmalloc-rs MIT/Apache-2.0
fortanix-sgx-abi v0.3.3 https://github.com/fortanix/rust-sgx MPL-2.0
hashbrown v0.11.0 https://github.com/rust-lang/hashbrown Apache-2.0/MIT
hashbrown v0.12.0 https://github.com/rust-lang/hashbrown Apache-2.0/MIT
hermit-abi v0.1.19 https://github.com/hermitcore/libhermit-rs MIT/Apache-2.0
libc v0.2.103 https://github.com/rust-lang/libc MIT OR Apache-2.0
libc v0.2.116 https://github.com/rust-lang/libc MIT OR Apache-2.0
panic_abort v0.0.0 https://github.com/rust-lang/rust.git MIT OR Apache-2.0
rustc-demangle v0.1.21 https://github.com/alexcrichton/rustc-demangle MIT/Apache-2.0
rustc-std-workspace-alloc v1.99.0 MIT OR Apache-2.0
rustc-std-workspace-core v1.99.0 MIT OR Apache-2.0
std v0.0.0 https://github.com/rust-lang/rust.git MIT OR Apache-2.0
std_detect v0.1.5 https://github.com/rust-lang/stdarch MIT/Apache-2.0
unwind v0.0.0 https://github.com/rust-lang/rust.git MIT OR Apache-2.0
wasi v0.9.0+wasi-snapshot-preview1 https://github.com/bytecodealliance/wasi Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wasi v0.11.0+wasi-snapshot-preview1 https://github.com/bytecodealliance/wasi Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT

0 comments on commit 2e440eb

Please sign in to comment.