From 07c6addb8bbe2af4ec48a3d093ad9ac34c03c815 Mon Sep 17 00:00:00 2001 From: Mike Welsh Date: Wed, 8 May 2019 11:59:46 -0700 Subject: [PATCH] core: Remove patch from Cargo.toml --- Cargo.toml | 3 --- core/Cargo.toml | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 835357b52..28299eb9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,3 @@ members = [ "desktop", "web" ] - -[patch.'https://github.com/Herschel/swf-rs'] -swf = { path = "../swf-rs" } diff --git a/core/Cargo.toml b/core/Cargo.toml index a334275f3..8aa72abb2 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -10,5 +10,4 @@ byteorder = "1.3.1" generational-arena = "0.1" log = "0.4" rand = "0.6.5" -swf = { git = "https://github.com/Herschel/swf-rs", version = "*" } - +swf = { git = "https://github.com/Herschel/swf-rs", branch = "ruffle" }