mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-09-30 06:21:02 +00:00
fix up lost re-export of v1 Timestamp
This commit is contained in:
parent
399e87870f
commit
8c17f330cd
@ -3,9 +3,10 @@
|
||||
//! This module is soft-deprecated. Instead of using the `Context` type re-exported here,
|
||||
//! use the one from the crate root.
|
||||
|
||||
use crate::{Builder, Timestamp, Uuid};
|
||||
use crate::{Builder, Uuid};
|
||||
|
||||
pub use crate::timestamp::context::Context;
|
||||
#[deprecated(note = "use types from the crate root instead")]
|
||||
pub use crate::{timestamp::context::Context, Timestamp};
|
||||
|
||||
impl Uuid {
|
||||
/// Create a new version 1 UUID using the current system time and node ID.
|
||||
|
Loading…
x
Reference in New Issue
Block a user