Skip to content

Commit 6361dc4

Browse files
authored
Merge pull request #308 from RedisLabsModules/dependabot/cargo/bindgen-0.65
Update bindgen requirement from 0.64 to 0.65
2 parents ad70b29 + 907bf56 commit 6361dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ redis-module-macros = { path = "./redismodule-rs-macros"}
113113
redis-module = { path = "./" }
114114

115115
[build-dependencies]
116-
bindgen = "0.64"
116+
bindgen = "0.65"
117117
cc = "1"
118118

119119
[features]

0 commit comments

Comments
 (0)