katyo / ledb

Lightweight embedded database
MIT License
57 stars 3 forks source link

no default features for actix-web #3

Open robjtede opened 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 }
katyo commented 4 years ago

I have not followed the development of actix very well lately. Thanks for remark.