Skip to content

Commit

Permalink
Add "rust-version" field
Browse files Browse the repository at this point in the history
  • Loading branch information
dylni committed Oct 24, 2021
1 parent 78b07fa commit af90afc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ name = "os_str_bytes"
version = "4.2.0"
authors = ["dylni"]
edition = "2018"
exclude = [".*", "/rustfmt.toml", "/tests"]
rust-version = "1.51.0"
description = """
Utilities for converting between byte sequences and platform-native strings
"""
repository = "https://github.com/dylni/os_str_bytes"
readme = "README.md"
repository = "https://github.com/dylni/os_str_bytes"
license = "MIT OR Apache-2.0"
keywords = ["bytes", "osstr", "osstring", "path", "windows"]
categories = ["command-line-interface", "development-tools::ffi", "encoding", "os", "rust-patterns"]
license = "MIT OR Apache-2.0"
exclude = [".*", "/rustfmt.toml", "/tests"]

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit af90afc

Please sign in to comment.