Skip to content

Commit 241eaed

Browse files
committed
Add rust-version field to Cargo.toml
1 parent 8695428 commit 241eaed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
name = "bitstream-io"
33
description = "Library for reading/writing un-aligned values from/to streams in big-endian and little-endian formats."
44
keywords = ["bitstream", "endian", "big-endian", "little-endian", "binary"]
5-
version = "2.4.0"
5+
version = "2.4.1"
66
authors = ["Brian Langenberger <[email protected]>"]
77
license = "MIT/Apache-2.0"
88
documentation = "https://docs.rs/bitstream-io/"
99
homepage = "https://github.com/tuffy/bitstream-io"
1010
repository = "https://github.com/tuffy/bitstream-io"
1111
edition = "2018"
12+
rust-version = "1.79"
1213

1314
[dependencies]
1415
core2 = {version = "0.4", optional = true, default-features = false, features = ["alloc"]}

0 commit comments

Comments
 (0)