Skip to content

Commit 104e009

Browse files
committed
Update version to 1.13
1 parent 6721edd commit 104e009

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The MSRV (Minimum Supported Rust Version) is 1.37.0, and typenum is tested
66
against this Rust version.
77

88
### Unreleased
9+
10+
### 1.13.0 (2021-03-12)
911
- [changed] MSRV from 1.22.0 to 1.37.0.
1012
- [fixed] `op` macro with 2018 edition import.
1113
- [changed] Allowed calling `assert_type_eq` and `assert_type` at top level.

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "typenum"
33
build = "build/main.rs"
4-
version = "1.12.0"
4+
version = "1.13.0"
55
authors = [
66
"Paho Lurie-Gregg <[email protected]>",
77
"Andre Bogus <[email protected]>"
@@ -10,7 +10,10 @@
1010
repository = "https://github.com/paholg/typenum"
1111
readme = "README.md"
1212
license = "MIT OR Apache-2.0"
13-
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."
13+
description = """Typenum is a Rust library for type-level numbers evaluated at
14+
compile time. It currently supports bits, unsigned integers, and signed
15+
integers. It also provides a type-level array of type-level numbers, but its
16+
implementation is incomplete."""
1417
categories = ["no-std"]
1518
edition = "2018"
1619

0 commit comments

Comments
 (0)