Skip to content

document fixes#889

Merged
KodrAus merged 2 commits into
uuid-rs:mainfrom
frostyplanet:main
Jun 24, 2026
Merged

document fixes#889
KodrAus merged 2 commits into
uuid-rs:mainfrom
frostyplanet:main

Conversation

@frostyplanet

@frostyplanet frostyplanet commented Jun 24, 2026

Copy link
Copy Markdown
Contributor
  1. Some function under feature flag (for example https://docs.rs/uuid/latest/uuid/struct.Uuid.html#method.now_v1 ) does not have labels about feature condition
  2. Fix broken link during doc compilation

@KodrAus KodrAus left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @frostyplanet!

@KodrAus KodrAus merged commit e347af4 into uuid-rs:main Jun 24, 2026
23 checks passed
}

/// Serialize a [`Uuid`] as [`uuid::fmt::Simple`].
/// Serialize a [`Uuid`] as [`uuid::fmt::Simple`]([crate::fmt::Simple]).

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// Serialize a [`Uuid`] as [`uuid::fmt::Simple`]([crate::fmt::Simple]).
/// Serialize a [`Uuid`] as [`uuid::fmt::Simple`](crate::fmt::Simple).

The brackets should not be included.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, did not notice, but the PR is merged, open another one

kodiakhq Bot pushed a commit to pdylanross/fatigue that referenced this pull request Jun 25, 2026
Bumps uuid from 1.20.0 to 1.23.4.

Release notes
Sourced from uuid's releases.

v1.23.4
What's Changed

Fix up name of fuzz script in readme by @​KodrAus in uuid-rs/uuid#888
document fixes by @​frostyplanet in uuid-rs/uuid#889
Prepare for 1.23.4 release by @​KodrAus in uuid-rs/uuid#890

New Contributors

@​frostyplanet made their first contribution in uuid-rs/uuid#889

Full Changelog: uuid-rs/uuid@v1.23.3...v1.23.4
v1.23.3
What's Changed

Fix up parser panic on empty input by @​KodrAus in uuid-rs/uuid#886
Prepare for 1.23.3 release by @​KodrAus in uuid-rs/uuid#887

Full Changelog: uuid-rs/uuid@v1.23.2...v1.23.3
v1.23.2
What's Changed

Improve error messages for ambiguous formats by @​KodrAus in uuid-rs/uuid#882
Prepare for 1.23.2 release by @​KodrAus in uuid-rs/uuid#883

Full Changelog: uuid-rs/uuid@v1.23.1...v1.23.2
v1.23.1
What's Changed

Remove deprecated msrv feature from wasm-bindgen dependency by @​guybedford in uuid-rs/uuid#877
fix: Timestamp::from_gregorian deprecation note by @​aznashwan in uuid-rs/uuid#878
Prepare for 1.23.1 release by @​KodrAus in uuid-rs/uuid#879

New Contributors

@​guybedford made their first contribution in uuid-rs/uuid#877
@​aznashwan made their first contribution in uuid-rs/uuid#878

Full Changelog: uuid-rs/uuid@v1.23.0...v1.23.1
v1.23.0
What's Changed

feat: add support for 'hyphenated' format in the serde module by @​FrenchDilettante in uuid-rs/uuid#865
Fix a number of bugs in time-related code by @​KodrAus in uuid-rs/uuid#872
Reword invalid char error message by @​KodrAus in uuid-rs/uuid#873
Impl cleanups by @​KodrAus in uuid-rs/uuid#874
Use LazyLock to synchronize v1/v6 context initialization by @​KodrAus in uuid-rs/uuid#875
Prepare for 1.23.0 release by @​KodrAus in uuid-rs/uuid#876

New Contributors

@​FrenchDilettante made their first contribution in uuid-rs/uuid#865



... (truncated)


Commits

3296d64 Merge pull request #890 from uuid-rs/cargo/v1.23.4
cba53d0 prepare for 1.23.4 release
e347af4 Merge pull request #889 from frostyplanet/main
e9bf55c doc: Fix broken link warnings
5351af4 doc: Enable feature flag label for docs.rs
1e6a966 Merge pull request #888 from uuid-rs/KodrAus-patch-1
c9619f6 fix up name of fuzz script in readme
20da78b Merge pull request #887 from uuid-rs/cargo/v1.23.3
62232ca prepare for 1.23.3 release
2320c6a Merge pull request #886 from uuid-rs/fix/parser-panics
Additional commits viewable in compare view




Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
eleboucher pushed a commit to eleboucher/towonel that referenced this pull request Jun 26, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [uuid](https://github.com/uuid-rs/uuid) | workspace.dependencies | patch | `1.23.3` → `1.23.4` |

---

### Release Notes

<details>
<summary>uuid-rs/uuid (uuid)</summary>

### [`v1.23.4`](https://github.com/uuid-rs/uuid/releases/tag/v1.23.4)

[Compare Source](uuid-rs/uuid@v1.23.3...v1.23.4)

#### What's Changed

- Fix up name of fuzz script in readme by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;888](uuid-rs/uuid#888)
- document fixes by [@&#8203;frostyplanet](https://github.com/frostyplanet) in [#&#8203;889](uuid-rs/uuid#889)
- Prepare for 1.23.4 release by [@&#8203;KodrAus](https://github.com/KodrAus) in [#&#8203;890](uuid-rs/uuid#890)

#### New Contributors

- [@&#8203;frostyplanet](https://github.com/frostyplanet) made their first contribution in [#&#8203;889](uuid-rs/uuid#889)

**Full Changelog**: <uuid-rs/uuid@v1.23.3...v1.23.4>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL3BhdGNoIl19-->

Reviewed-on: https://codeberg.org/towonel/towonel/pulls/42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants