casbin-rs / actix-casbin-auth

Casbin Actix-web access control middleware
https://github.com/casbin/casbin-rs
55 stars 15 forks source link

no default features for actix-web #23

Closed robjtede closed 4 years ago

robjtede commented 4 years ago

If/when the actix-web dependency is updated to v3, the dependency in Cargo.toml should ideally be:

- actix-web = "3.0.2"
+ actix-web = { version = "3.0.2", default-features = false }
issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.64. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

hsluoyz commented 4 years ago

@hackerchai

/cc @GopherJ

hackerchai commented 4 years ago

If/when the actix-web dependency is updated to v3, the dependency in Cargo.toml should ideally be:

- actix-web = "3.0.2"
+ actix-web = { version = "3.0.2", default-features = false }

@robjtede Working on this

hackerchai commented 4 years ago

@robjtede see #24

hsluoyz commented 4 years ago

Released: https://github.com/casbin-rs/actix-casbin-auth/releases/tag/v0.4.4