1430 Commits

Author SHA1 Message Date
Ashley Mannix
ba27437d6e
Merge pull request #603 from nstinus/main
Fix documentation typo
2022-05-30 20:28:59 +10:00
Nicolas Stinus
ad9c3561f2 Fix documentation typo 2022-05-27 14:27:06 -04:00
Ashley Mannix
99977bb955
Merge pull request #602 from uuid-rs/cargo/1.1.0
Prepare for 1.1.0 release
1.1.0
2022-05-25 15:55:07 +10:00
Ashley Mannix
e7b58f432b prepare for 1.1.0 release 2022-05-25 14:20:46 +10:00
Ashley Mannix
7d037f5667
Merge pull request #599 from dfaust/to_bytes_le
Add to_bytes_le method
2022-05-25 14:18:29 +10:00
Ashley Mannix
7a2d4e4833
Merge pull request #600 from Razican/doc_fix
Fixed documentation link
2022-05-25 14:18:20 +10:00
Iban Eguia Moraza
d988df2946
Fixed documentation link 2022-05-14 12:21:40 +02:00
Daniel Faust
b0ca5a0157 add bytes_le roundtrip test 2022-05-11 16:57:51 +02:00
Daniel Faust
9810dc89b2 add to_bytes_le method 2022-05-05 16:44:58 +02:00
Ashley Mannix
e0f083729c
Merge pull request #597 from uuid-rs/KodrAus-patch-1
note that the Error display impl is public API
2022-04-29 21:46:57 +10:00
Ashley Mannix
1a54a9f88a
note that the Error display impl is public API 2022-04-23 18:39:55 +10:00
Ashley Mannix
9e0dc29274
Merge pull request #596 from KodrAus/cargo/1.0.0
Prepare for 1.0.0 release
1.0.0
2022-04-20 15:00:51 +10:00
KodrAus
286134f1c5 prepare for 1.0.0 release 2022-04-20 14:20:23 +10:00
Ashley Mannix
43905eb721
Merge pull request #595 from spruceid/remove-and
Remove unnecessary AND
2022-04-14 16:35:13 +10:00
Charles E. Lehner
444ef96484
Remove unnecessary AND 2022-04-06 14:10:06 -04:00
Ashley Mannix
5f649d7601
Merge pull request #592 from uuid-rs/KodrAus-patch-1
update contact details in the CoC
2022-03-14 13:11:31 +10:00
Ashley Mannix
92ad25faa8
update contact details in the CoC 2022-03-14 12:09:12 +10:00
Ashley Mannix
767f5194a4
Merge pull request #591 from uuid-rs/fix/macro-diagnostics
Use the parsed literal as the span source for errors
2022-03-14 11:59:56 +10:00
Ashley Mannix
8b043af60e use the parsed literal as the span source for errors 2022-03-14 11:13:42 +10:00
Ashley Mannix
f0d5956129
Merge pull request #587 from uuid-rs/feat/fast-sha1
Use the sha1_smol library for SHA1
2022-02-28 10:17:55 +10:00
Ashley Mannix
165b7eb281 move to sha1_smol as the new name for the current library 2022-02-28 09:35:32 +10:00
Ashley Mannix
5aa53c880c
Merge pull request #589 from uuid-rs/chore/dep-refactor
Rework optional dependencies to discourage direct use as Cargo features
2022-02-14 08:36:32 +10:00
Ashley Mannix
0556a3e521 fix up v3 and v5 tests 2022-02-12 17:59:06 +10:00
Ashley Mannix
184ed17c29 fix up import 2022-02-12 15:26:38 +10:00
Ashley Mannix
a773c3eadc fix up import of macro diagnostics 2022-02-12 12:14:08 +10:00
Ashley Mannix
328dbd52f8 discourage direct use of optional dep features 2022-02-12 12:07:07 +10:00
Ashley Mannix
9215b879e7
Merge pull request #586 from uuid-rs/chore/location-tests
Only check diagnostics output on nightly
2022-02-11 13:39:25 +10:00
Ashley Mannix
e666546005 only check diagnostics output on nightly 2022-02-11 11:59:33 +10:00
Ashley Mannix
a1fd80c57e
Merge pull request #584 from A248/into-bytes
Add Uuid::into_bytes(self)
2022-02-11 09:54:28 +10:00
A248
c41c6ceac9
Apply suggestion: remove .clone() from example 2022-02-10 17:24:00 -05:00
A248
bb409b369f
Add Uuid::into_bytes(self)
Fixes #580
2022-02-06 16:09:14 -05:00
Hunar Roop Kahlon
f362fa8b88
Merge pull request #578 from uuid-rs/dependabot/cargo/md-5-0.10
Update md-5 requirement from 0.9 to 0.10
2022-01-17 14:02:33 -08:00
dependabot[bot]
8695f1ac54
Update md-5 requirement from 0.9 to 0.10
Updates the requirements on [md-5](https://github.com/RustCrypto/hashes) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/groestl-v0.9.0...md2-v0.10.0)

---
updated-dependencies:
- dependency-name: md-5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-15 23:42:00 +00:00
Ashley Mannix
077f26346f
Merge pull request #579 from uuid-rs/feat/try_parse_ascii
add try_parse_ascii to avoid string conversions when parsing from bytes
2022-01-08 21:41:07 +10:00
Ashley Mannix
36db5c04d2 only pull in wasm deps in wasm builds 2022-01-08 20:07:52 +10:00
Ashley Mannix
4cdad73296 add try_parse_ascii to avoid string conversions when parsing from bytes 2022-01-08 11:19:04 +10:00
Ashley Mannix
2d6c147bdf
Merge pull request #572 from KodrAus/chore/more-docs
Some more doc cleanups
2021-11-19 16:50:36 +10:00
Ashley Mannix
5063b6c8f6 fix up some links and wording 2021-11-19 10:43:03 +10:00
Ashley Mannix
70b22eeb8a some more doc cleanups 2021-11-19 10:32:02 +10:00
Ashley Mannix
b98c9586c1
Merge pull request #567 from KodrAus/fix/publishing
Fix up publishing for uuid
1.0.0-alpha.1
2021-11-18 10:54:28 +10:00
KodrAus
fbd94d0157 update licenses for macros 2021-11-18 09:47:26 +10:00
KodrAus
04176c6050 remove a few inlines 2021-11-18 09:45:00 +10:00
KodrAus
46957fe505 some more dead code lints 2021-11-18 09:11:45 +10:00
KodrAus
442091b95d fix up import 2021-11-18 09:09:10 +10:00
KodrAus
2d6b6acbab remove unreachable std impl 2021-11-18 09:07:26 +10:00
KodrAus
3892245ef1 fix up publishing for uuid 2021-11-18 09:03:41 +10:00
Ashley Mannix
7d91b68a77
target release version of uuid-internal-macro 2021-11-18 08:11:44 +10:00
Ashley Mannix
9bc15f4381
Merge pull request #553 from KodrAus/cargo/1.0.0-alpha.1
Prepare for 1.0.0-alpha.1 release
2021-11-18 08:02:01 +10:00
Ashley Mannix
4e6412dada simplify macro examples a bit 2021-11-16 21:26:17 +10:00
KodrAus
f657e5c2f4 prepare for 1.0.0-alpha.1 release 2021-11-16 21:00:58 +10:00