Skip to content

Default Std

Compare
Choose a tag to compare
@Dylan-DPC-zz Dylan-DPC-zz released this 16 Feb 18:27
  • 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)