File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ num-traits = "0.2.8"
2020
2121[dependencies .redis-module ]
2222git = " https://github.com/redislabsmodules/redismodule-rs.git"
23- branch = " master "
23+ tag = " v0.5.0 "
2424features = [" experimental-api" ] # Required by RediSearch
2525
2626[build-dependencies ]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ fn main() {
1111 . whitelist_var ( "(RS|RediSearch|REDISEARCH_|GC_POLICY).*" )
1212 . whitelist_function ( "RediSearch.*" )
1313 . blacklist_item ( "RedisModule.*" )
14- . raw_line ( "use redismodule ::raw::{RedisModuleCtx, RedisModuleString};" )
14+ . raw_line ( "use redis_module ::raw::{RedisModuleCtx, RedisModuleString};" )
1515 . generate ( )
1616 . expect ( "error generating RediSearch bindings" ) ;
1717
You can’t perform that action at this time.
0 commit comments