bump version
This commit is contained in:
parent
b67e27c9c3
commit
907477df70
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tuic-quinn"
|
name = "tuic-quinn"
|
||||||
version = "0.1.0-pre-alpha0"
|
version = "0.1.0-pre-alpha1"
|
||||||
authors = ["EAimTY <ea.imty@gmail.com>"]
|
authors = ["EAimTY <ea.imty@gmail.com>"]
|
||||||
description = "A thin layer on top of quinn to provide functions for TUIC"
|
description = "A thin layer on top of quinn to provide functions for TUIC"
|
||||||
categories = ["network-programming"]
|
categories = ["network-programming"]
|
||||||
@ -16,5 +16,5 @@ bytes = { version = "1.4.0", default-features = false, features = ["std"] }
|
|||||||
futures-util = { version = "0.3.26", default-features = false, features = ["io", "std"] }
|
futures-util = { version = "0.3.26", default-features = false, features = ["io", "std"] }
|
||||||
quinn = { version = "0.9.3", default-features = false, features = ["futures-io"] }
|
quinn = { version = "0.9.3", default-features = false, features = ["futures-io"] }
|
||||||
thiserror = { version = "1.0.38", default-features = false }
|
thiserror = { version = "1.0.38", default-features = false }
|
||||||
tuic = { version = "5.0.0-pre-alpha4", default-features = false, features = ["async_marshal", "marshal", "model"] }
|
tuic = { version = "5.0.0-pre-alpha5", default-features = false, features = ["async_marshal", "marshal", "model"] }
|
||||||
uuid = { version = "1.3.0", default-features = false, features = ["std"] }
|
uuid = { version = "1.3.0", default-features = false, features = ["std"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user