Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
upgrade to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rain Liu committed Oct 7, 2021
1 parent 74353fd commit 2ea6b9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webrtc-util"
version = "0.4.3"
version = "0.5.0"
authors = ["Rain Liu <[email protected]>"]
edition = "2018"
description = "Utilities for WebRTC.rs stack"
Expand All @@ -27,7 +27,7 @@ ipnet = "2.3.1"
log = "0.4.14"
rand = "0.8.4"
bytes = "1.1.0"
thiserror = "1.0"
thiserror = "1.0.29"

[target.'cfg(not(windows))'.dependencies]
nix = "0.23"
Expand All @@ -44,7 +44,7 @@ winapi = { version = "0.3.9", features = [
] }

[build-dependencies]
cc = "1.0.70"
cc = "1.0.71"

[dev-dependencies]
tokio-test = "0.4.2"
Expand Down

0 comments on commit 2ea6b9d

Please sign in to comment.