Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Varlakov <[email protected]>
  • Loading branch information
survived committed Sep 23, 2024
1 parent f9a2e70 commit 104955e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions udigest-derive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## v0.3.0
* Add `#[udigest(as = ...)]` attribute support [#12]

[#12]: https://github.com/dfns/udigest/pull/12
[#12]: https://github.com/LFDT-Lockness/udigest/pull/12

## v0.2.0
* Fix proc macro causing clippy warnings in certain cases [#6]

[#6]: https://github.com/dfns/udigest/pull/6
[#6]: https://github.com/LFDT-Lockness/udigest/pull/6

## v0.1.0

Expand Down
2 changes: 1 addition & 1 deletion udigest-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.3.0"
edition = "2021"
description = "Proc macro for `udigest` crate"
license = "MIT OR Apache-2.0"
repository = "https://github.com/dfns/udigest"
repository = "https://github.com/LFDT-Lockness/udigest"

[lib]
proc-macro = true
Expand Down
8 changes: 4 additions & 4 deletions udigest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## v0.3.0
* Add `#[udigest(as = ...)]` attribute and `DeriveAs` trait [#12]

[#12]: https://github.com/dfns/udigest/pull/12
[#12]: https://github.com/LFDT-Lockness/udigest/pull/12

## v0.2.0
* Breaking change: remove `udigest::Tag` [#4]
Expand All @@ -15,9 +15,9 @@
* fix: handle cases when `EncodeValue` is dropped without being used [#4]
* fix: proc macro used to cause clippy warnings in certain cases [#6]

[#4]: https://github.com/dfns/udigest/pull/4
[#5]: https://github.com/dfns/udigest/pull/5
[#6]: https://github.com/dfns/udigest/pull/6
[#4]: https://github.com/LFDT-Lockness/udigest/pull/4
[#5]: https://github.com/LFDT-Lockness/udigest/pull/5
[#6]: https://github.com/LFDT-Lockness/udigest/pull/6

## v0.1.0

Expand Down
2 changes: 1 addition & 1 deletion udigest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.2.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Unambiguously digest structured data"
repository = "https://github.com/dfns/udigest"
repository = "https://github.com/LFDT-Lockness/udigest"
categories = ["algorithms", "cryptography", "no-std", "no-std::no-alloc"]
keywords = ["hashing", "unambiguous-encoding"]
readme = "../README.md"
Expand Down

0 comments on commit 104955e

Please sign in to comment.