From 89ef855eaf27918f16bf36e16c7480e20ed33b28 Mon Sep 17 00:00:00 2001 From: scx1332 Date: Wed, 19 Apr 2023 14:31:37 +0200 Subject: [PATCH] Removed patch entries, they should not be needed right now --- Cargo.lock | 11 +++++++---- Cargo.toml | 4 ---- runtime/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d1e7ea0..31c0a862 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2888,7 +2888,8 @@ dependencies = [ [[package]] name = "ya-runtime-api" version = "0.6.0" -source = "git+https://github.com/golemfactory/yagna.git?rev=2222cadeed58ecc44295092fcb0bc9ffba8a3722#2222cadeed58ecc44295092fcb0bc9ffba8a3722" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fc54793b65a15ce3464359a3eccb28a9896a5becc89e161559b502520f2ab7c" dependencies = [ "anyhow", "bytes", @@ -2906,7 +2907,8 @@ dependencies = [ [[package]] name = "ya-runtime-sdk" version = "0.4.0" -source = "git+https://github.com/golemfactory/ya-runtime-sdk.git?rev=f542b9219f163a52b9783c2c8c42e3da6dd3eb39#f542b9219f163a52b9783c2c8c42e3da6dd3eb39" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "893a93fbc0518b7980b0bba2f0df654ba6a2d57f142d70d8b25cdcd49d66517b" dependencies = [ "anyhow", "chrono", @@ -2927,7 +2929,8 @@ dependencies = [ [[package]] name = "ya-runtime-sdk-derive" version = "0.1.0" -source = "git+https://github.com/golemfactory/ya-runtime-sdk.git?rev=f542b9219f163a52b9783c2c8c42e3da6dd3eb39#f542b9219f163a52b9783c2c8c42e3da6dd3eb39" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a82cec28daa7106e038e71119a36da3e182b9f5fa13ab61ebd392cfb3b23620" dependencies = [ "proc-macro2", "quote", @@ -2936,7 +2939,7 @@ dependencies = [ [[package]] name = "ya-runtime-vm" -version = "0.3.4" +version = "0.4.0" dependencies = [ "anyhow", "bollard-stubs", diff --git a/Cargo.toml b/Cargo.toml index 6f3547cc..f1e51b5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,10 +4,6 @@ members = [ "gvmkit", ] -[patch.crates-io] -ya-runtime-sdk = { git = "https://github.com/golemfactory/ya-runtime-sdk.git", rev = "f542b9219f163a52b9783c2c8c42e3da6dd3eb39" } -ya-runtime-api = { git = "https://github.com/golemfactory/yagna.git", rev = "2222cadeed58ecc44295092fcb0bc9ffba8a3722"} - [profile.release] codegen-units = 1 lto = "fat" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 795a4f28..b4a10f80 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ya-runtime-vm" -version = "0.3.4" +version = "0.4.0" authors = ["Golem Factory "] edition = "2021" license = "GPL-3.0"