Skip to content

Releases: uuid-rs/uuid

use_std brought back for backward compatibility

03 Mar 18:01

Choose a tag to compare

  • adds optional slog::Value impl #158
  • [BUG-FIX] use_std brought back for backward compatibility #157

Use uuid in your project with uuid="0.6.1" in your Cargo.toml file

Default Std

16 Feb 18:27

Choose a tag to compare

  • Cargo.toml updated to reflect repository changes (#148)
  • Minimum supported rustc version added (#143)
  • Update Sha1 dependency to 0.5 0.6 (#142 and #146)
  • UuidV1ClockSequence trait added (#137)

from beta release:

  • make std default feature (#130 #131)
  • macro use cleanup (#125)
  • remove rustc_serialize support (#112)
  • make rand a private dependency
  • fix some doc rendering issues
  • bump sha-1 to 0.4 (#110)
  • rename use_std to std (#107)
  • Add tests for compact/readable representations (#105)
  • Remove use of serde_test (#104)
  • Add impl fmt::{UpperHex,LowerHex} for {Uuid,Hyphenated,Simple} (#103)

Default Std

07 Feb 21:37

Choose a tag to compare

Default Std Pre-release
Pre-release
  • make std default feature (#130 #131)
  • macro use cleanup (#125)
  • remove rustc_serialize support (#112)
  • make rand a private dependency
  • fix some doc rendering issues
  • bump sha-1 to 0.4 (#110)
  • rename use_std to std (#107)
  • Add tests for compact/readable representations (#105)
  • Remove use of serde_test (#104)
  • Add impl fmt::{UpperHex,LowerHex} for {Uuid,Hyphenated,Simple} (#103)