diff --git a/CHANGELOG.md b/CHANGELOG.md index c9622a3..8d0954f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ This is the changelog of [Oct](https://crates.io/crates/oct/). See `README.md` for more information. +## 0.16.3 + +* Update repository link (SSH is not permitted on `crates.io`) + ## 0.16.2 * Update repository link diff --git a/Cargo.toml b/Cargo.toml index 9b5c26c..7612cc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [workspace.package] authors = ["Gabriel Bjørnager Jensen"] readme = "README.md" -repository = "ssh://git@ssh.mandelbrot.dk:oct" +repository = "https://gitlab.com/bjoernager/oct/" keywords = ["encoding", "io", "network", "no-std", "serialization"] categories = ["encoding", "network-programming"] diff --git a/oct-benchmarks/Cargo.toml b/oct-benchmarks/Cargo.toml index 8142f1f..9a8407f 100644 --- a/oct-benchmarks/Cargo.toml +++ b/oct-benchmarks/Cargo.toml @@ -22,7 +22,7 @@ [package] name = "oct-benchmarks" -version = "0.16.2" +version = "0.16.3" edition = "2021" description = "Oct benchmarks." license = "MIT" diff --git a/oct-macros/Cargo.toml b/oct-macros/Cargo.toml index 88c3cdb..1eaf84d 100644 --- a/oct-macros/Cargo.toml +++ b/oct-macros/Cargo.toml @@ -8,7 +8,7 @@ [package] name = "oct-macros" -version = "0.16.2" +version = "0.16.3" edition = "2021" description = "Octonary transcoder. Procedural macros." documentation = "https://docs.rs/oct-macros/" diff --git a/oct/Cargo.toml b/oct/Cargo.toml index 3c24a2d..caeedad 100644 --- a/oct/Cargo.toml +++ b/oct/Cargo.toml @@ -8,7 +8,7 @@ [package] name = "oct" -version = "0.16.2" +version = "0.16.3" edition = "2021" rust-version = "1.83" description = "Octonary transcoder."