diff --git a/Cargo.lock b/Cargo.lock index fe3b31d3..22963250 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,9 +2,9 @@ # It is not intended for manual editing. [[package]] name = "addr2line" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c0929d69e78dd9bf5408269919fcbcaeb2e35e5d43e5815517cdc6a8e11a423" +checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7" dependencies = [ "gimli 0.23.0", ] @@ -737,7 +737,7 @@ dependencies = [ [[package]] name = "fluence" version = "0.2.13" -source = "git+https://github.com/fluencelabs/rust-sdk#71591f412cb65879d74e8c38838e827ab74d8802" +source = "git+https://github.com/fluencelabs/rust-sdk#4979c1e1dbdcdeb7ebe1a14b41794d4a971f7bcf" dependencies = [ "fluence-sdk-macro 0.2.13 (git+https://github.com/fluencelabs/rust-sdk)", "fluence-sdk-main 0.2.13 (git+https://github.com/fluencelabs/rust-sdk)", @@ -805,7 +805,7 @@ dependencies = [ [[package]] name = "fluence-sdk-macro" version = "0.2.13" -source = "git+https://github.com/fluencelabs/rust-sdk#71591f412cb65879d74e8c38838e827ab74d8802" +source = "git+https://github.com/fluencelabs/rust-sdk#4979c1e1dbdcdeb7ebe1a14b41794d4a971f7bcf" dependencies = [ "fluence-sdk-wit 0.2.13 (git+https://github.com/fluencelabs/rust-sdk)", ] @@ -824,7 +824,7 @@ dependencies = [ [[package]] name = "fluence-sdk-main" version = "0.2.13" -source = "git+https://github.com/fluencelabs/rust-sdk#71591f412cb65879d74e8c38838e827ab74d8802" +source = "git+https://github.com/fluencelabs/rust-sdk#4979c1e1dbdcdeb7ebe1a14b41794d4a971f7bcf" dependencies = [ "fluence-sdk-macro 0.2.13 (git+https://github.com/fluencelabs/rust-sdk)", "log", @@ -848,7 +848,7 @@ dependencies = [ [[package]] name = "fluence-sdk-wit" version = "0.2.13" -source = "git+https://github.com/fluencelabs/rust-sdk#71591f412cb65879d74e8c38838e827ab74d8802" +source = "git+https://github.com/fluencelabs/rust-sdk#4979c1e1dbdcdeb7ebe1a14b41794d4a971f7bcf" dependencies = [ "proc-macro2", "quote", @@ -1495,9 +1495,9 @@ dependencies = [ [[package]] name = "native-tls" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fcc7939b5edc4e4f86b1b4a04bb1498afaaf871b1a6691838ed06fcb48d3a3f" +checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4" dependencies = [ "lazy_static", "libc", diff --git a/examples/call_parameters/Cargo.toml b/examples/call_parameters/Cargo.toml index ad6dde4e..baf11d35 100644 --- a/examples/call_parameters/Cargo.toml +++ b/examples/call_parameters/Cargo.toml @@ -3,6 +3,7 @@ name = "call_parameters" version = "0.1.0" authors = ["Fluence Labs"] edition = "2018" +publish = false [[bin]] name = "call_parameters" diff --git a/examples/greeting/Cargo.toml b/examples/greeting/Cargo.toml index 9e10e717..cbe5aec2 100644 --- a/examples/greeting/Cargo.toml +++ b/examples/greeting/Cargo.toml @@ -3,6 +3,7 @@ name = "wasm-greeting" version = "0.1.0" authors = ["Fluence Labs"] edition = "2018" +publish = false [[bin]] name = "greeting" diff --git a/examples/ipfs-node/effector/Cargo.toml b/examples/ipfs-node/effector/Cargo.toml index 9fc2ca61..387d0b10 100644 --- a/examples/ipfs-node/effector/Cargo.toml +++ b/examples/ipfs-node/effector/Cargo.toml @@ -3,6 +3,7 @@ name = "ipfs-effector" version = "0.1.0" authors = ["Fluence Labs"] edition = "2018" +publish = false [[bin]] name = "ipfs_effector" diff --git a/examples/ipfs-node/pure/Cargo.toml b/examples/ipfs-node/pure/Cargo.toml index 6661c3d6..a478d571 100644 --- a/examples/ipfs-node/pure/Cargo.toml +++ b/examples/ipfs-node/pure/Cargo.toml @@ -3,6 +3,7 @@ name = "ipfs-pure" version = "0.1.0" authors = ["Fluence Labs"] edition = "2018" +publish = false [[bin]] name = "ipfs_pure" diff --git a/examples/records/effector/Cargo.toml b/examples/records/effector/Cargo.toml index cec05f61..ca4d854a 100644 --- a/examples/records/effector/Cargo.toml +++ b/examples/records/effector/Cargo.toml @@ -3,6 +3,7 @@ name = "record-effector" version = "0.1.0" authors = ["Fluence Labs"] edition = "2018" +publish = false [[bin]] name = "records_effector" diff --git a/examples/records/pure/Cargo.toml b/examples/records/pure/Cargo.toml index e2884c8c..a60e310b 100644 --- a/examples/records/pure/Cargo.toml +++ b/examples/records/pure/Cargo.toml @@ -3,6 +3,7 @@ name = "record-pure" version = "0.1.0" authors = ["Fluence Labs"] edition = "2018" +publish = false [[bin]] name = "records_pure" diff --git a/examples/records/test-record/Cargo.toml b/examples/records/test-record/Cargo.toml index aff0d07d..3c36add1 100644 --- a/examples/records/test-record/Cargo.toml +++ b/examples/records/test-record/Cargo.toml @@ -3,6 +3,7 @@ name = "test-record" version = "0.1.0" authors = ["Fluence Labs"] edition = "2018" +publish = false [lib] name = "test_record" diff --git a/examples/sqlite/Cargo.toml b/examples/sqlite/Cargo.toml index d6515cde..fd29950d 100644 --- a/examples/sqlite/Cargo.toml +++ b/examples/sqlite/Cargo.toml @@ -3,6 +3,7 @@ name = "wasm-sqlite-test" version = "0.1.0" authors = ["Fluence Labs"] edition = "2018" +publish = false [[bin]] name = "sqlite_test" diff --git a/examples/url-downloader/curl_adapter/Cargo.toml b/examples/url-downloader/curl_adapter/Cargo.toml index dd6dca0a..fecc11b1 100644 --- a/examples/url-downloader/curl_adapter/Cargo.toml +++ b/examples/url-downloader/curl_adapter/Cargo.toml @@ -3,6 +3,7 @@ name = "curl_adapter" version = "0.1.0" authors = ["Fluence Labs"] edition = "2018" +publish = false [[bin]] path = "src/main.rs" diff --git a/examples/url-downloader/facade/Cargo.toml b/examples/url-downloader/facade/Cargo.toml index 65454be9..43b9b9e4 100644 --- a/examples/url-downloader/facade/Cargo.toml +++ b/examples/url-downloader/facade/Cargo.toml @@ -3,6 +3,7 @@ name = "facade" version = "0.1.0" authors = ["Fluence Labs"] edition = "2018" +publish = false [[bin]] name = "facade" diff --git a/examples/url-downloader/local_storage/Cargo.toml b/examples/url-downloader/local_storage/Cargo.toml index 4839099d..950afec6 100644 --- a/examples/url-downloader/local_storage/Cargo.toml +++ b/examples/url-downloader/local_storage/Cargo.toml @@ -3,6 +3,7 @@ name = "local_storage" version = "0.1.0" authors = ["Fluence Labs"] edition = "2018" +publish = false [[bin]] name = "local_storage" diff --git a/fluence-faas/tests/wasm_tests/arguments_passing/Cargo.toml b/fluence-faas/tests/wasm_tests/arguments_passing/Cargo.toml index f1595ca2..ba96f400 100644 --- a/fluence-faas/tests/wasm_tests/arguments_passing/Cargo.toml +++ b/fluence-faas/tests/wasm_tests/arguments_passing/Cargo.toml @@ -3,6 +3,7 @@ name = "arguments-passing-test" version = "0.1.0" authors = ["Fluence Labs"] edition = "2018" +publish = false [[bin]] name = "arguments_passing_pure" diff --git a/fluence-faas/tests/wasm_tests/arrays_passing/Cargo.toml b/fluence-faas/tests/wasm_tests/arrays_passing/Cargo.toml index 71599d26..bd1546e8 100644 --- a/fluence-faas/tests/wasm_tests/arrays_passing/Cargo.toml +++ b/fluence-faas/tests/wasm_tests/arrays_passing/Cargo.toml @@ -3,6 +3,7 @@ name = "arrays-passing-test" version = "0.1.0" authors = ["Fluence Labs"] edition = "2018" +publish = false [[bin]] name = "arrays_passing_pure" diff --git a/fluence-faas/tests/wasm_tests/inner_records/Cargo.toml b/fluence-faas/tests/wasm_tests/inner_records/Cargo.toml index bd93f45d..ca4bde10 100644 --- a/fluence-faas/tests/wasm_tests/inner_records/Cargo.toml +++ b/fluence-faas/tests/wasm_tests/inner_records/Cargo.toml @@ -3,6 +3,7 @@ name = "inner-records-test" version = "0.1.0" authors = ["Fluence Labs"] edition = "2018" +publish = false [[bin]] name = "inner_records_pure"