diff options
| author | Ben Kimock <kimockb@gmail.com> | 2023-12-31 11:18:25 -0500 |
|---|---|---|
| committer | Ben Kimock <kimockb@gmail.com> | 2023-12-31 11:18:25 -0500 |
| commit | c0fa85e9e1131cb6a70e908a9bcceac153275b39 (patch) | |
| tree | 7b48ef42ae1398bb65c119bbf12de9b35885844e | |
| parent | 3cdd004e55c869faa2b7b25efd3becf50346e7d6 (diff) | |
| download | rust-c0fa85e9e1131cb6a70e908a9bcceac153275b39.tar.gz rust-c0fa85e9e1131cb6a70e908a9bcceac153275b39.zip | |
Remove libtest's dylib
| -rw-r--r-- | library/test/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/library/test/Cargo.toml b/library/test/Cargo.toml index 91a1abde059..92c535501bf 100644 --- a/library/test/Cargo.toml +++ b/library/test/Cargo.toml @@ -3,9 +3,6 @@ name = "test" version = "0.0.0" edition = "2021" -[lib] -crate-type = ["dylib", "rlib"] - [dependencies] getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] } std = { path = "../std" } |
