Browse Source

Switch back to upstream version of `safer-ffi`

tags/v0.0.0-test.4
Philipp Oppermann 3 years ago
parent
commit
1bf0be0140
Failed to extract signature
2 changed files with 8 additions and 9 deletions
  1. +7
    -7
      Cargo.lock
  2. +1
    -2
      apis/rust/operator/types/Cargo.toml

+ 7
- 7
Cargo.lock View File

@@ -1660,7 +1660,7 @@ dependencies = [
[[package]] [[package]]
name = "napi-dispatcher" name = "napi-dispatcher"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/phil-opp/safer_ffi.git?branch=from-instead-of-into#22a005fdf64517bec012f8a62878b864ad20906a"
source = "git+https://github.com/getditto/safer_ffi.git#f69aeb1727bc2f2d68ea5de6bc887411bad12b0a"
dependencies = [ dependencies = [
"napi", "napi",
"napi-dispatcher-nodejs-derive", "napi-dispatcher-nodejs-derive",
@@ -1670,7 +1670,7 @@ dependencies = [
[[package]] [[package]]
name = "napi-dispatcher-nodejs-derive" name = "napi-dispatcher-nodejs-derive"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/phil-opp/safer_ffi.git?branch=from-instead-of-into#22a005fdf64517bec012f8a62878b864ad20906a"
source = "git+https://github.com/getditto/safer_ffi.git#f69aeb1727bc2f2d68ea5de6bc887411bad12b0a"
dependencies = [ dependencies = [
"napi-derive", "napi-derive",
"napi-dispatcher-nodejs-derive-proc_macros", "napi-dispatcher-nodejs-derive-proc_macros",
@@ -1679,7 +1679,7 @@ dependencies = [
[[package]] [[package]]
name = "napi-dispatcher-nodejs-derive-proc_macros" name = "napi-dispatcher-nodejs-derive-proc_macros"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/phil-opp/safer_ffi.git?branch=from-instead-of-into#22a005fdf64517bec012f8a62878b864ad20906a"
source = "git+https://github.com/getditto/safer_ffi.git#f69aeb1727bc2f2d68ea5de6bc887411bad12b0a"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -1689,7 +1689,7 @@ dependencies = [
[[package]] [[package]]
name = "napi-dispatcher-wasm" name = "napi-dispatcher-wasm"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/phil-opp/safer_ffi.git?branch=from-instead-of-into#22a005fdf64517bec012f8a62878b864ad20906a"
source = "git+https://github.com/getditto/safer_ffi.git#f69aeb1727bc2f2d68ea5de6bc887411bad12b0a"
dependencies = [ dependencies = [
"js-sys", "js-sys",
"napi-dispatcher-wasm-proc_macros", "napi-dispatcher-wasm-proc_macros",
@@ -1702,7 +1702,7 @@ dependencies = [
[[package]] [[package]]
name = "napi-dispatcher-wasm-proc_macros" name = "napi-dispatcher-wasm-proc_macros"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/phil-opp/safer_ffi.git?branch=from-instead-of-into#22a005fdf64517bec012f8a62878b864ad20906a"
source = "git+https://github.com/getditto/safer_ffi.git#f69aeb1727bc2f2d68ea5de6bc887411bad12b0a"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -2697,7 +2697,7 @@ checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
[[package]] [[package]]
name = "safer-ffi" name = "safer-ffi"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/phil-opp/safer_ffi.git?branch=from-instead-of-into#22a005fdf64517bec012f8a62878b864ad20906a"
source = "git+https://github.com/getditto/safer_ffi.git#f69aeb1727bc2f2d68ea5de6bc887411bad12b0a"
dependencies = [ dependencies = [
"libc", "libc",
"macro_rules_attribute", "macro_rules_attribute",
@@ -2712,7 +2712,7 @@ dependencies = [
[[package]] [[package]]
name = "safer_ffi-proc_macros" name = "safer_ffi-proc_macros"
version = "0.1.0-rc1" version = "0.1.0-rc1"
source = "git+https://github.com/phil-opp/safer_ffi.git?branch=from-instead-of-into#22a005fdf64517bec012f8a62878b864ad20906a"
source = "git+https://github.com/getditto/safer_ffi.git#f69aeb1727bc2f2d68ea5de6bc887411bad12b0a"
dependencies = [ dependencies = [
"macro_rules_attribute", "macro_rules_attribute",
"prettyplease", "prettyplease",


+ 1
- 2
apis/rust/operator/types/Cargo.toml View File

@@ -6,6 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html


[dependencies.safer-ffi] [dependencies.safer-ffi]
git = "https://github.com/phil-opp/safer_ffi.git"
branch = "from-instead-of-into"
git = "https://github.com/getditto/safer_ffi.git"
features = ["proc_macros"] features = ["proc_macros"]

Loading…
Cancel
Save