diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-30 08:45:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-30 08:45:49 -0400 |
commit | c19bb4d62e9bf3d969a6950e529a95e2f98b7e1c (patch) | |
tree | 3c6dfe52a9b34ec98e5eb68c6300b4fbe99c0002 /src/rust/protover/Cargo.toml | |
parent | ed8a853bd8de74e55cd1afbffc1e10c5603751dd (diff) | |
parent | ee1cc0feaef6a13f3edf47a42b0c8e5a07603f9c (diff) | |
download | tor-c19bb4d62e9bf3d969a6950e529a95e2f98b7e1c.tar.gz tor-c19bb4d62e9bf3d969a6950e529a95e2f98b7e1c.zip |
Merge branch 'maint-0.3.5'
Diffstat (limited to 'src/rust/protover/Cargo.toml')
-rw-r--r-- | src/rust/protover/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rust/protover/Cargo.toml b/src/rust/protover/Cargo.toml index 2f7783e76c..84a7c71c1a 100644 --- a/src/rust/protover/Cargo.toml +++ b/src/rust/protover/Cargo.toml @@ -31,4 +31,3 @@ path = "../tor_log" [lib] name = "protover" path = "lib.rs" -crate_type = ["rlib", "staticlib"] |