Skip to content

Commit

Permalink
Remove unused dependency on object (rust-lang#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 authored Oct 31, 2021
1 parent fc8e79f commit 08183f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
43 changes: 0 additions & 43 deletions Cargo.lock

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

5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ target-lexicon = "0.10.0"

ar = "0.8.0"

[dependencies.object]
version = "0.25.0"
default-features = false
features = ["read", "std", "write"] # We don't need WASM support.

[dev-dependencies]
lang_tester = "0.3.9"
tempfile = "3.1.0"
Expand Down

0 comments on commit 08183f9

Please sign in to comment.