This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This crate has been deprecated. The `type_name` intrinsic has been stablized in Rust 1.38. Users of this crate are asked to migrate to `std::any::type_name`. Signed-off-by: Sebastian Wicki <[email protected]>
- Loading branch information
Showing
4 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "typename" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
authors = ["Sebastian Wicki <[email protected]>"] | ||
license = "MIT/Apache-2.0" | ||
repository = "https://github.com/strymon-system/typename" | ||
|
@@ -9,7 +9,7 @@ description = "Stable alternative to Rust's type_name intrinsic." | |
|
||
[dependencies.typename_derive] | ||
optional = true | ||
version = "0.1.3" | ||
version = "0.1.4" | ||
path = "./typename_derive" | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "typename_derive" | ||
version = "0.1.3" | ||
version = "0.1.4" | ||
authors = ["Sebastian Wicki <[email protected]>"] | ||
license = "MIT/Apache-2.0" | ||
repository = "https://github.com/strymon-system/typename" | ||
|