]> git.lizzy.rs Git - enumset.git/commitdiff
I don't know why I'm still developing this under a pesudonym.
authorLymia Aluysia <lymia@lymiahugs.com>
Mon, 6 Apr 2020 11:21:30 +0000 (04:21 -0700)
committerLymia Aluysia <lymia@lymiahugs.com>
Mon, 6 Apr 2020 11:21:30 +0000 (04:21 -0700)
LICENSE-MIT
enumset/Cargo.toml
enumset_derive/Cargo.toml

index 64a643b809dc02b724f0e6336732e6955ca02900..58450b341a11a29fb14c511090c26d7672c224e8 100644 (file)
@@ -1,4 +1,4 @@
-Copyright (c) 2017 Lymia Aluysia <lymiahugs@gmail.com>
+Copyright (c) 2017-2020 Alissa Rao <lymiahugs@gmail.com>
 
 Permission is hereby granted, free of charge, to any
 person obtaining a copy of this software and associated
index 16d19e76d91e1f322df40e2061d186d481b44549..866375e5a053b82683eb27d1d6d697ff2bff9c19 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "enumset"
 version = "1.0.0"
-authors = ["Lymia Aluysia <lymia@lymiahugs.com>"]
+authors = ["Alissa Rao <lymia@lymiahugs.com>"]
 edition = "2018"
 
 description = "A library for creating compact sets of enums."
index 2cd7db918ffd21c97029dae446e795359e2027e9..7644e91da09327304342fc8033e9ec129ce62b68 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "enumset_derive"
 version = "0.5.0"
-authors = ["Lymia Aluysia <lymia@lymiahugs.com>"]
+authors = ["Alissa Rao <lymia@lymiahugs.com>"]
 edition = "2018"
 
 description = "An internal helper crate for enumset. Not public API."