Skip to content

Commit bf5ab53

Browse files
authored
6.1.0 - uuid default feature (#259)
1 parent f8e5690 commit bf5ab53

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rust-g"
33
edition = "2024"
4-
version = "6.0.2"
4+
version = "6.1.0"
55
authors = [
66
"rust-g maintainer team", # current maintainers
77
"Bjorn Neergaard <bjorn@neersighted.com>", # original author
@@ -105,6 +105,7 @@ default = [
105105
"time",
106106
"toml",
107107
"url",
108+
"uuid"
108109
]
109110

110111
all = [

0 commit comments

Comments
 (0)