Skip to content

Commit

Permalink
Release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 14, 2018
1 parent bf0193a commit 93afb12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reflect"
version = "0.0.0"
version = "0.0.1"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "The \"but I thought Rust doesn't have reflection?\" memorial brand new way of defining procedural macros."
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
//! simple reflection-like `reflect::Value` object manipulations into a fully
//! general and robust procedural macro.
#![doc(html_root_url = "https://docs.rs/reflect/0.0.0")]
#![doc(html_root_url = "https://docs.rs/reflect/0.0.1")]
#![allow(unused_variables, dead_code)]
#![cfg_attr(
feature = "cargo-clippy",
Expand Down

0 comments on commit 93afb12

Please sign in to comment.