Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Jul 26, 2024
1 parent 0fe40e3 commit 7348b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rvideo"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
authors = ["Serhij S. <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -23,7 +23,7 @@ tracing = "0.1.40"
serde = { version = "1.0.203", features = ["derive"] }
once_cell = "1.19.0"
tokio = { version = "1.38.0", features = ["net", "io-util", "time"], optional = true }
rtsc = { path = "/opt/rtsc" }
rtsc = "0.3"
parking_lot = { version = "0.12.3", optional = true }
parking_lot_rt = { version = "0.12.1", optional = true }

Expand Down

0 comments on commit 7348b1d

Please sign in to comment.