Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/packages/digest_auth_rs/commit/fa3503e19acae8764d1804d9398a4814552939b2?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Bump version

master
Ondřej Hruška 2 years ago
parent 49d214bfd6
commit fa3503e19a
  1. 4
      CHANGELOG.md
  2. 2
      Cargo.toml

@ -1,3 +1,7 @@
# 0.3.1
- Update deps
# 0.3.0 # 0.3.0
- Added lifetime parameter to `HttpMethod` - Added lifetime parameter to `HttpMethod`

@ -1,6 +1,6 @@
[package] [package]
name = "digest_auth" name = "digest_auth"
version = "0.3.0" version = "0.3.1"
authors = ["Ondřej Hruška <ondra@ondrovo.com>"] authors = ["Ondřej Hruška <ondra@ondrovo.com>"]
edition = "2018" edition = "2018"
description = "Implementation of the Digest Auth algorithm as defined in IETF RFC 2069, 2617, and 7616, intended for HTTP clients" description = "Implementation of the Digest Auth algorithm as defined in IETF RFC 2069, 2617, and 7616, intended for HTTP clients"

Loading…
Cancel
Save