-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 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
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,7 +1,7 @@ | ||
[package] | ||
name = "typenum" | ||
build = "build/main.rs" | ||
version = "1.12.0" | ||
version = "1.13.0" | ||
authors = [ | ||
"Paho Lurie-Gregg <[email protected]>", | ||
"Andre Bogus <[email protected]>" | ||
|
@@ -10,7 +10,10 @@ | |
repository = "https://github.com/paholg/typenum" | ||
readme = "README.md" | ||
license = "MIT OR Apache-2.0" | ||
description = "Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete." | ||
description = """Typenum is a Rust library for type-level numbers evaluated at | ||
compile time. It currently supports bits, unsigned integers, and signed | ||
integers. It also provides a type-level array of type-level numbers, but its | ||
implementation is incomplete.""" | ||
categories = ["no-std"] | ||
edition = "2018" | ||
|
||
|