Rust 2021 edition
This commit is contained in:
parent
da1fe7135b
commit
1c2c4003a0
1 changed files with 3 additions and 1 deletions
|
|
@ -1,8 +1,10 @@
|
|||
cargo-features = ["edition2021"]
|
||||
|
||||
[package]
|
||||
name = "usbip"
|
||||
version = "0.4.0"
|
||||
authors = ["Jiajie Chen <c@jia.je>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/jiegec/usbip"
|
||||
description = "A library to run USB/IP server"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue