Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paholg committed Dec 26, 2021
1 parent 1ff35d4 commit 8de7047
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ The MSRV (Minimum Supported Rust Version) is 1.37.0, and typenum is tested
against this Rust version.

### Unreleased
- [fixed] Cross-compilation issue due to doing math in build script.

### 1.15.0 (2021-12-06)
- [added] New feauture `scale_info` for using inside [Substrate](https://github.com/paritytech/substrate.git)-based runtimes
(PR #175)
### 1.15.0 (2021-12-25)
- [fixed] Cross-compilation issue due to doing math in build script. (PR #177)
- [added] New feature `scale_info` for using inside
[Substrate](https://github.com/paritytech/substrate.git)-based runtimes (PR
#175)

### 1.14.0 (2021-09-01)
- [changed] Sealed all marker traits. Documentation already stated that these
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
edition = "2018"

[dependencies]
scale-info = { version = "1.0", default-features = false, optional=true }
scale-info = { version = "1.0", default-features = false, optional = true }

[lib]
name = "typenum"
Expand Down

0 comments on commit 8de7047

Please sign in to comment.