You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
digest_auth_rs/CHANGELOG.md

16 lines
259 B

12 months ago
# 0.3.1
- Update deps
# 0.3.0
- Added lifetime parameter to `HttpMethod`
3 years ago
- Changed `HttpMethod` to `HttpMethod<'a>(Cow<'a, str>)`
- Added unit tests
3 years ago
- Added support for the `http` crate's `Method` struct (optional feature)
3 years ago
# 0.2.4
- Update dependencies