From 42e99adc5d67a87b6b5d285793a0ddbb0676666b Mon Sep 17 00:00:00 2001 From: Lymia Aluysia Date: Mon, 6 Apr 2020 04:21:30 -0700 Subject: [PATCH] I don't know why I'm still developing this under a pesudonym. --- LICENSE-MIT | 2 +- enumset/Cargo.toml | 2 +- enumset_derive/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE-MIT b/LICENSE-MIT index 64a643b..58450b3 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,4 +1,4 @@ -Copyright (c) 2017 Lymia Aluysia +Copyright (c) 2017-2020 Alissa Rao Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated diff --git a/enumset/Cargo.toml b/enumset/Cargo.toml index 16d19e7..866375e 100644 --- a/enumset/Cargo.toml +++ b/enumset/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "enumset" version = "1.0.0" -authors = ["Lymia Aluysia "] +authors = ["Alissa Rao "] edition = "2018" description = "A library for creating compact sets of enums." diff --git a/enumset_derive/Cargo.toml b/enumset_derive/Cargo.toml index 2cd7db9..7644e91 100644 --- a/enumset_derive/Cargo.toml +++ b/enumset_derive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "enumset_derive" version = "0.5.0" -authors = ["Lymia Aluysia "] +authors = ["Alissa Rao "] edition = "2018" description = "An internal helper crate for enumset. Not public API." -- 2.44.0