Skip to content

Commit 9523f77

Browse files
committed
Set MSRV in manifest to actual current value
1.63.0 is the MSVR of the libm crate version used in our manifest and seems to be the current lowest common denominator. It is only used when building no-std, but I don't see any documentation that the MSVR for this project can/should be separate for default features vs. non-default features.
1 parent bee14b1 commit 9523f77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ repository = "https://github.com/RazrFalcon/ttf-parser"
1010
documentation = "https://docs.rs/ttf-parser/"
1111
readme = "README.md"
1212
edition = "2018"
13+
rust-version = "1.63.0"
1314
exclude = ["benches/**"]
1415

1516
[dependencies]

0 commit comments

Comments
 (0)