Update repository link (SSH is not permitted on 'crates.io');

This commit is contained in:
Gabriel Bjørnager Jensen 2025-01-16 11:32:23 +01:00
parent cdec554690
commit 79f3262d83
5 changed files with 8 additions and 4 deletions

View file

@ -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

View file

@ -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"]

View file

@ -22,7 +22,7 @@
[package]
name = "oct-benchmarks"
version = "0.16.2"
version = "0.16.3"
edition = "2021"
description = "Oct benchmarks."
license = "MIT"

View file

@ -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/"

View file

@ -8,7 +8,7 @@
[package]
name = "oct"
version = "0.16.2"
version = "0.16.3"
edition = "2021"
rust-version = "1.83"
description = "Octonary transcoder."