diff --git a/README.md b/README.md index 0112344..0791440 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ A fast and secure DoH (DNS-over-HTTPS) server written in Rust. ### Precompiled packages -- [Linux x86_64 (tar)](https://github.com/jedisct1/rust-doh/suites/372946496/artifacts/826054) -- [Linux x86_64 (debian package)](https://github.com/jedisct1/rust-doh/suites/372946496/artifacts/826053) +- [Linux x86_64 (tar)](https://github.com/jedisct1/rust-doh/suites/410671715/artifacts/1234333) +- [Linux x86_64 (debian package)](https://github.com/jedisct1/rust-doh/suites/410671715/artifacts/1234332) ### From source code diff --git a/src/libdoh/Cargo.toml b/src/libdoh/Cargo.toml index 929b480..46cf5bc 100644 --- a/src/libdoh/Cargo.toml +++ b/src/libdoh/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libdoh" -version = "0.2.1" +version = "0.2.2" authors = ["Frank Denis "] description = "DoH library for the rust-doh app" keywords = ["dns","https","doh","proxy"]