From 3e355203730c0e8f3fc47033f696cdfcd15c1cec Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Thu, 18 Feb 2021 14:41:48 +0200 Subject: [PATCH 1/4] upgrade bindgen to 0.57 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6dfdc08..b8bbd8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ enum-primitive-derive = "0.1.2" num-traits = "0.2.8" [build-dependencies] -bindgen = "0.54" +bindgen = "0.57.0" cmake = "0.1" [features] From a87ce2802f887bf04844bc892265add6fd894d83 Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Thu, 18 Feb 2021 14:45:47 +0200 Subject: [PATCH 2/4] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8bbd8b..2eb9122 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ num-traits = "0.2.8" [build-dependencies] bindgen = "0.57.0" -cmake = "0.1" +cmake = "0.1.45" [features] # Workaround to allow cfg(feature = "test") in redismodue-rs dependencies: From 4971b13d16228fbe393849a7e0d2d8b1f549fdc8 Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Thu, 18 Feb 2021 14:46:37 +0200 Subject: [PATCH 3/4] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2eb9122..1e9cff6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] [dependencies] -redis-module = { version="0.11", features = ["experimental-api"]} +redis-module = { version="0.12", features = ["experimental-api"]} bitflags = "1.1" libc = "0.2" time = "0.1" From 70cefcd01001d56050e1c81d4f38fd5b78aee435 Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Thu, 4 Mar 2021 12:48:22 +0200 Subject: [PATCH 4/4] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1e9cff6..e0832a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ enum-primitive-derive = "0.1.2" num-traits = "0.2.8" [build-dependencies] -bindgen = "0.57.0" +bindgen = "0.57" cmake = "0.1.45" [features]