1411 Commits

Author SHA1 Message Date
dependabot[bot]
4a08821071
Update windows-sys requirement from 0.42.0 to 0.45.0
Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version.
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/compare/0.42.0...0.45.0)

---
updated-dependencies:
- dependency-name: windows-sys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-23 07:05:52 +00:00
Ashley Mannix
60ca9af4c1
Merge pull request #646 from uuid-rs/cargo/1.2.2
Prepare for 1.2.2 release
1.2.2
2022-11-15 08:29:48 +10:00
KodrAus
d413ed6e63 prepare for 1.2.2 release 2022-11-15 08:12:22 +10:00
Ashley Mannix
ce445a23c0
Merge pull request #645 from uuid-rs/fix/extern-alloc
Remove extern crate alloc
2022-11-15 08:08:20 +10:00
KodrAus
b7c845fa67 remove extern crate alloc 2022-11-15 07:44:47 +10:00
Ashley Mannix
f5a29cf3d1
Merge pull request #640 from uuid-rs/ci/cleanups
CI Cleanups
2022-10-10 07:43:23 +10:00
Ashley Mannix
876e466f1d remove missing moniker from job names 2022-10-09 13:42:00 +10:00
Ashley Mannix
6944c0d3f0 simplify CI and unpin arbitrary 2022-10-09 13:39:28 +10:00
Ashley Mannix
b87760df5b
Merge pull request #637 from KodrAus/cargo/1.2.1
Prepare for 1.2.1 release
1.2.1
2022-10-09 09:52:26 +10:00
Ashley Mannix
b21f0cb88f prepare for 1.2.1 release 2022-10-09 09:35:22 +10:00
Ashley Mannix
cac99f55a7
Merge pull request #636 from KodrAus/fix/v1-breakage
Fix up lost re-export of v1 Timestamp
2022-10-09 09:34:11 +10:00
Ashley Mannix
9f823feab9 fix some links in the docs 2022-10-09 09:27:52 +10:00
Ashley Mannix
8c17f330cd fix up lost re-export of v1 Timestamp 2022-10-09 09:25:15 +10:00
Ashley Mannix
399e87870f
Merge pull request #634 from KodrAus/cargo/1.2.0
Prepare for 1.2.0 release
1.2.0
2022-10-08 11:56:19 +10:00
Ashley Mannix
2db1a64796 ensure docs.rs includes unstable APIs 2022-10-08 11:26:42 +10:00
Ashley Mannix
406617def4 prepare for 1.2.0 release 2022-10-08 11:11:37 +10:00
Ashley Mannix
2e3245f0f1 add a test for sorting 2022-10-08 11:10:38 +10:00
Ashley Mannix
8df6494c86
Merge pull request #633 from KodrAus/feat/unstable-versions
hide draft versions behind the unstable cfg
2022-10-07 21:24:41 +10:00
Ashley Mannix
694da5285b hide draft versions behind the unstable cfg 2022-10-07 20:04:40 +10:00
Ashley Mannix
d626fd5874
Merge pull request #631 from KodrAus/feat/docs-hash
More work on docs
2022-10-06 13:06:03 +10:00
KodrAus
527cd3f2e9 add a special case version for the max uuid 2022-10-06 04:42:30 +02:00
KodrAus
4808a9bd55 more work on docs 2022-10-06 03:45:30 +02:00
Ashley Mannix
9fcb760b6a
Merge pull request #630 from KodrAus/feat/now-wasm
Implement now in wasm
2022-10-06 06:26:46 +10:00
KodrAus
17837cc6d7 only test now when std is enabled 2022-10-05 22:07:38 +02:00
KodrAus
29cbcea64e repin arbitrary 2022-10-05 22:01:49 +02:00
KodrAus
fba6967b5b only use wasm-bindgen in the js feature 2022-10-05 21:57:12 +02:00
KodrAus
bf4bf3c213 implement now in wasm 2022-10-05 21:52:03 +02:00
Ashley Mannix
7e4c88a2b1
Merge pull request #625 from KodrAus/chore/api-docs-and-deprecations
Some work on the new version features
2022-10-06 04:57:39 +10:00
KodrAus
56e589c653 fix up some imports 2022-10-05 20:14:59 +02:00
Ashley Mannix
fba5975cef fix up a doc test 2022-10-06 04:05:38 +10:00
Ashley Mannix
4152e01554
Merge pull request #628 from uuid-rs/dependabot/cargo/windows-sys-0.42.0
Update windows-sys requirement from 0.36.1 to 0.42.0
2022-10-06 03:14:22 +10:00
Ashley Mannix
c60dd9404a shift some more code around 2022-10-06 03:13:11 +10:00
Ashley Mannix
c31ddafb29 more work on docs 2022-10-06 02:40:40 +10:00
KodrAus
fbf463fdd1 reorganize time code a bit 2022-10-05 17:51:45 +02:00
dependabot[bot]
2c6d936762
Update windows-sys requirement from 0.36.1 to 0.42.0
Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version.
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/compare/0.36.1...0.42.0)

---
updated-dependencies:
- dependency-name: windows-sys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 07:07:41 +00:00
KodrAus
9d445c7c94 work on docs and deprecations 2022-09-27 13:40:30 +02:00
Ashley Mannix
8dd498bcd4
Merge pull request #626 from sn99/main
migrate from winapi to windows_sys in examples
2022-09-27 13:19:35 +02:00
KodrAus
bd3f3a3d50 move more uuid version impls into Builder 2022-09-27 08:49:00 +02:00
KodrAus
017899f841 some more docs 2022-09-26 09:04:09 +02:00
KodrAus
6c3cf9ad66 add notes for v6-v8 UUIDs 2022-09-24 16:15:57 +10:00
sn99
73ac0097b5 migrate from winapi to windows_sys 2022-09-23 12:47:06 +05:30
KodrAus
677e1fb159 some work on the new version features 2022-09-23 12:00:17 +10:00
Ashley Mannix
b6d892b8aa
Merge pull request #611 from rrichardson/six-seven-eight
refactors Timestamp, Context and ClockSequence, and adds UUIDS v6, v7, v8
2022-09-02 09:38:07 +10:00
Rick Richardson
954e2793a5
arbitrary appears to depend on an unstable array_from_fn in 1.1.4, locking the version to 1.1.3 for now 2022-08-31 12:28:31 -07:00
Rick Richardson
1e47d40631
fix v8 example 2022-08-31 12:20:19 -07:00
Rick Richardson
9a7c5e9b97
Update src/v7.rs doc
Co-authored-by: Aron Heinecke <Ox0p54r36@t-online.de>
2022-08-31 11:32:46 -07:00
Rick Richardson
4811a0632f
Update src/v6.rs doc
Co-authored-by: Aron Heinecke <Ox0p54r36@t-online.de>
2022-08-31 11:32:36 -07:00
Ashley Mannix
e765781bd9
Merge pull request #616 from atouchet/crgo
Remove outdated Travis CI reference
2022-08-31 20:49:24 +10:00
Rick Richardson
81761a8d8d
Merge branch 'six-seven-eight' of github.com:rrichardson/uuid into six-seven-eight 2022-08-30 09:08:38 -07:00
Rick Richardson
f4beda42b3
Builder struct no pub 2022-08-30 09:08:17 -07:00