From 44c87097c768b2f8e2b7aaffe69e910bea2a5780 Mon Sep 17 00:00:00 2001 From: Valery Antopol Date: Tue, 26 Apr 2022 13:29:16 +0300 Subject: [PATCH] remove patch (#258) --- Cargo.lock | 48 ++++++++++++++++++++++++++++++++---------------- Cargo.toml | 10 ---------- 2 files changed, 32 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ac0d0e4..d052e869 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -779,7 +779,8 @@ checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" [[package]] name = "fluence-app-service" version = "0.17.1" -source = "git+https://github.com/fluencelabs/marine?branch=update-it#2c920a1fe9aaeda5f4ef288f073973b685269506" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3494434324b613a7a1d82c7963e06ee7c33c44e4c470d06964da1d0697afd11" dependencies = [ "fluence-faas", "log", @@ -795,7 +796,8 @@ dependencies = [ [[package]] name = "fluence-faas" version = "0.16.1" -source = "git+https://github.com/fluencelabs/marine?branch=update-it#2c920a1fe9aaeda5f4ef288f073973b685269506" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "182fcdeaabfef54838f8ecefbf861ede8ed47bbe8353b05849c0a5faaf49838d" dependencies = [ "bytesize", "cmd_lib", @@ -823,7 +825,8 @@ dependencies = [ [[package]] name = "fluence-it-types" version = "0.3.1" -source = "git+https://github.com/fluencelabs/interface-types?branch=bug/allocating-more-than-2gb#dd4d6b7a248e00d94eb9b6ec85d01bc53359833d" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "047f670b4807cab8872550a607b1515daff08b3e3bb7576ce8f45971fd811a4e" dependencies = [ "it-to-bytes", "nom", @@ -1028,7 +1031,8 @@ dependencies = [ [[package]] name = "it-json-serde" version = "0.3.1" -source = "git+https://github.com/fluencelabs/marine?branch=update-it#2c920a1fe9aaeda5f4ef288f073973b685269506" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e3b7efb8eeb6892a947928c10ac963e5d5101c173924453466314bf004306b4" dependencies = [ "serde", "serde_derive", @@ -1041,7 +1045,8 @@ dependencies = [ [[package]] name = "it-lilo" version = "0.4.0" -source = "git+https://github.com/fluencelabs/interface-types?branch=bug/allocating-more-than-2gb#dd4d6b7a248e00d94eb9b6ec85d01bc53359833d" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a39dffcc610873b4c39b0fe04acac5ea77cf2eda9ed3d8a3b970b536d4e24c8" dependencies = [ "fluence-it-types", "it-memory-traits", @@ -1053,7 +1058,8 @@ dependencies = [ [[package]] name = "it-memory-traits" version = "0.3.0" -source = "git+https://github.com/fluencelabs/interface-types?branch=bug/allocating-more-than-2gb#dd4d6b7a248e00d94eb9b6ec85d01bc53359833d" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca1799ed89e51a192e80a14ab14589044de9e58f0be86087ae8699cbe59f5c40" dependencies = [ "thiserror", ] @@ -1061,7 +1067,8 @@ dependencies = [ [[package]] name = "it-to-bytes" version = "0.1.0" -source = "git+https://github.com/fluencelabs/interface-types?branch=bug/allocating-more-than-2gb#dd4d6b7a248e00d94eb9b6ec85d01bc53359833d" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "729c74bb4236418898a219c6d96f14cba77456dd7c04a2e99e65e9c643709b56" [[package]] name = "itertools" @@ -1202,7 +1209,8 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" [[package]] name = "marine-it-generator" version = "0.8.1" -source = "git+https://github.com/fluencelabs/marine?branch=update-it#2c920a1fe9aaeda5f4ef288f073973b685269506" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25eea53765b0886afd41197861c9a2a6a2d09dbd5f723833df35f38a71affa2a" dependencies = [ "cargo_toml", "it-lilo", @@ -1219,7 +1227,8 @@ dependencies = [ [[package]] name = "marine-it-interfaces" version = "0.7.1" -source = "git+https://github.com/fluencelabs/marine?branch=update-it#2c920a1fe9aaeda5f4ef288f073973b685269506" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3236d1068eaa0f1a07ab74b098b777c150c0c354a16d8869cd69ae3ff847014" dependencies = [ "multimap", "wasmer-interface-types-fl", @@ -1228,7 +1237,8 @@ dependencies = [ [[package]] name = "marine-it-parser" version = "0.9.1" -source = "git+https://github.com/fluencelabs/marine?branch=update-it#2c920a1fe9aaeda5f4ef288f073973b685269506" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edea8966aa56f373e3b2db95432b023e20137c7d58798f74a67ee5749370d289" dependencies = [ "anyhow", "itertools 0.10.3", @@ -1270,7 +1280,8 @@ dependencies = [ [[package]] name = "marine-min-it-version" version = "0.1.0" -source = "git+https://github.com/fluencelabs/marine?branch=update-it#2c920a1fe9aaeda5f4ef288f073973b685269506" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "890269754a531810b8c16cf00e6161e01c1183ef7ff4ff20117656316e9fdbd1" dependencies = [ "once_cell", "semver 0.11.0", @@ -1279,7 +1290,8 @@ dependencies = [ [[package]] name = "marine-module-info-parser" version = "0.2.2" -source = "git+https://github.com/fluencelabs/marine?branch=update-it#2c920a1fe9aaeda5f4ef288f073973b685269506" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ec8f4ab2eeeb5c1d66d9b56fe6b0b5bf39820aa8cc2f1d7be42bdf95654d529" dependencies = [ "anyhow", "chrono", @@ -1294,7 +1306,8 @@ dependencies = [ [[package]] name = "marine-module-interface" version = "0.4.1" -source = "git+https://github.com/fluencelabs/marine?branch=update-it#2c920a1fe9aaeda5f4ef288f073973b685269506" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb284ad998636d64bfad9fef2849d8a02127ce9c094b4a3e53b2eb62c14e5e5f" dependencies = [ "anyhow", "itertools 0.10.3", @@ -1333,7 +1346,8 @@ dependencies = [ [[package]] name = "marine-runtime" version = "0.14.1" -source = "git+https://github.com/fluencelabs/marine?branch=update-it#2c920a1fe9aaeda5f4ef288f073973b685269506" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbec0f1550ea0e09ef0e8553131bb6e75f61e31c7cebe61fa9bc3d01fc9eb917" dependencies = [ "anyhow", "boolinator", @@ -1375,7 +1389,8 @@ dependencies = [ [[package]] name = "marine-utils" version = "0.4.0" -source = "git+https://github.com/fluencelabs/marine?branch=update-it#2c920a1fe9aaeda5f4ef288f073973b685269506" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1cff7a23a7f3925a712c34dfb9cd87994012d7743f016fd1533e12ab5a8335ca" [[package]] name = "memchr" @@ -2394,7 +2409,8 @@ dependencies = [ [[package]] name = "wasmer-interface-types-fl" version = "0.23.1" -source = "git+https://github.com/fluencelabs/interface-types?branch=bug/allocating-more-than-2gb#dd4d6b7a248e00d94eb9b6ec85d01bc53359833d" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb2da50f3cdfee8539f69c34427cef5d66dba0c0c2596db9dbefb5aceaa7f798" dependencies = [ "fluence-it-types", "it-lilo", diff --git a/Cargo.toml b/Cargo.toml index 4d0777f0..75f5f8d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,13 +32,3 @@ panic = "unwind" [patch.crates-io] polyplets = { path = "crates/air-lib/polyplets" } - -it-lilo = {version = "0.4.0", git = "https://github.com/fluencelabs/interface-types", branch = "bug/allocating-more-than-2gb"} -fluence-it-types = {version = "0.3.1", git = "https://github.com/fluencelabs/interface-types", branch = "bug/allocating-more-than-2gb"} -it-memory-traits = {version = "0.3.0", git = "https://github.com/fluencelabs/interface-types", branch = "bug/allocating-more-than-2gb"} -wasmer-interface-types-fl = {version = "0.23.1", git = "https://github.com/fluencelabs/interface-types", branch = "bug/allocating-more-than-2gb"} -marine-runtime = {version = "0.14.1", git = "https://github.com/fluencelabs/marine", branch = "update-it"} -fluence-faas = {version = "0.16.1", git = "https://github.com/fluencelabs/marine", branch = "update-it"} -fluence-app-service = {version = "0.17.1", git = "https://github.com/fluencelabs/marine", branch = "update-it"} - -