]> git.lizzy.rs Git - enumset.git/blobdiff - Cargo.toml
Bump version to 0.3.8
[enumset.git] / Cargo.toml
index 77c4fc44fea7de430b181353a1e86806f06957a0..47a5bfaad60fe9148f856b4efa51044f8afd01e7 100644 (file)
@@ -1,17 +1,17 @@
 [package]
 name = "enumset"
-version = "0.1.2"
+version = "0.3.8"
 authors = ["Lymia Aluysia <lymia@lymiahugs.com>"]
 
 description = "A library for creating compact sets of enums."
 keywords = ["enum", "bitset"]
 categories = ["data-structures"]
 
-documentation = "https://docs.rs/enumset"
+documentation = "https://lymia.moe/doc/enumset/enumset/"
 repository = "https://github.com/Lymia/enumset"
 readme = "README.md"
 
 license = "MIT/Apache-2.0"
 
 [features]
-i128 = []
+nightly = []