Rust 2021 edition

This commit is contained in:
Jiajie Chen 2021-07-22 14:07:01 +08:00
parent da1fe7135b
commit 1c2c4003a0

View file

@ -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"