Update repository link (SSH is not permitted on 'crates.io');
This commit is contained in:
parent
cdec554690
commit
79f3262d83
5 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
[package]
|
||||
name = "oct-benchmarks"
|
||||
version = "0.16.2"
|
||||
version = "0.16.3"
|
||||
edition = "2021"
|
||||
description = "Oct benchmarks."
|
||||
license = "MIT"
|
||||
|
|
|
@ -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/"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
[package]
|
||||
name = "oct"
|
||||
version = "0.16.2"
|
||||
version = "0.16.3"
|
||||
edition = "2021"
|
||||
rust-version = "1.83"
|
||||
description = "Octonary transcoder."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue