mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-10-03 07:44:56 +00:00
reverting to 2018 to fix build checks
This commit is contained in:
parent
95a54b8e63
commit
1b14a11c1f
@ -13,7 +13,7 @@ categories = [
|
|||||||
]
|
]
|
||||||
description = "A library to generate and parse UUIDs."
|
description = "A library to generate and parse UUIDs."
|
||||||
documentation = "https://docs.rs/uuid"
|
documentation = "https://docs.rs/uuid"
|
||||||
edition = "2021"
|
edition = "2018"
|
||||||
exclude = [
|
exclude = [
|
||||||
".github/**"
|
".github/**"
|
||||||
]
|
]
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
use crate::rng::{bytes, u16};
|
use crate::rng::{bytes, u16};
|
||||||
use crate::timestamp::Timestamp;
|
use crate::timestamp::Timestamp;
|
||||||
use crate::{Uuid, Version};
|
use crate::{Uuid, Version};
|
||||||
|
use core::convert::TryInto;
|
||||||
|
|
||||||
impl Uuid {
|
impl Uuid {
|
||||||
/// Create a new UUID (version 7) using a time value + random number
|
/// Create a new UUID (version 7) using a time value + random number
|
||||||
|
Loading…
x
Reference in New Issue
Block a user