Skip to content

Commit

Permalink
Bug 1451945 - Remove syn dependency from gkrust-shared. r=ted
Browse files Browse the repository at this point in the history
Remove the syn dependency from gkrust-shared, which was added in bug 1373878
as a workaround for this Cargo bug:

rust-lang/cargo#3923

MozReview-Commit-ID: L34J0davEYd

UltraBlame original commit: 580a27dbc127ef6ea45de4122395361bc22190d9
  • Loading branch information
marco-c committed Oct 2, 2019
1 parent 6fce7cd commit d599758
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion toolkit/library/rust/shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ u2fhid = { path = "../../../../dom/webauthn/u2f-hid-rs" }
rsdparsa_capi = { path = "../../../../media/webrtc/signaling/src/sdp/rsdparsa_capi" }
# We have these to enforce common feature sets for said crates.
log = {version = "0.3", features = ["release_max_level_info"]}
syn = { version = "0.11", features = ["full", "visit", "parsing"] }
cose-c = { version = "0.1.5" }

[features]
Expand Down
1 change: 0 additions & 1 deletion toolkit/library/rust/shared/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ extern crate audioipc_client;
extern crate audioipc_server;
extern crate u2fhid;
extern crate log;
extern crate syn;
extern crate cosec;
extern crate rsdparsa_capi;

Expand Down

0 comments on commit d599758

Please sign in to comment.