Skip to content

Commit 86ea82c

Browse files
committed
Release version 0.1.9
Simply some small fixes for latest nightly
1 parent 6e73d2d commit 86ea82c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Cargo.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "static-reflect"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2018"
55
description = "Static type information, giving a form of compile-time reflection"
66
license = "MIT"
@@ -23,14 +23,10 @@ builtins = []
2323
# Support for garbage collection
2424
gc = ["zerogc", "zerogc-derive"]
2525

26-
# Workaround for outdated nightly
27-
docs-rs = []
28-
2926

3027
[workspace]
3128
members = ["lib/*"]
3229

33-
# Workaround for outdated nightly
3430
[package.metadata.docs.rs]
35-
features = ["docs-rs"]
31+
all-features = true
3632

0 commit comments

Comments
 (0)