hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit f0103f7ab30338971b77c9d1604ce33fc6dd7594
parent 800aba3043b28abd7b26924b2a538202fc67295f
Author: Sebastian <sebastian@sebsite.pw>
Date:   Sun,  1 Dec 2024 19:49:54 -0500

uuid: update RFC number in README

RFC 9562 is the successor to RFC 4122. It's fully compatible with 4122,
but contains some fixes.

Signed-off-by: Sebastian <sebastian@sebsite.pw>

Diffstat:
Muuid/README | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uuid/README b/uuid/README @@ -1,4 +1,4 @@ -The uuid module implements RFC 4122-compatible Univerally Unique IDentifiers. +The uuid module implements RFC 9562-compatible Univerally Unique IDentifiers. This module only generates UUID4, aka "truly random" UUIDs, due to privacy concerns.