mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
Use latest avt version released to crates.io
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -136,7 +136,8 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
||||
[[package]]
|
||||
name = "avt"
|
||||
version = "0.9.0"
|
||||
source = "git+https://github.com/asciinema/avt?tag=v0.9.0#4e086767d775b149f3fb92bae9b5d94a96f9b358"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "236c3bb5a0c8ae65a25ffda61e9a97bd41088dd01eb1b3d3616036f37f18eb3c"
|
||||
dependencies = [
|
||||
"rgb",
|
||||
"serde",
|
||||
|
||||
@@ -25,4 +25,4 @@ config = { version = "0.13.4", default-features = false, features = ["toml", "in
|
||||
which = "5.0.0"
|
||||
tempfile = "3.9.0"
|
||||
scraper = { version = "0.15.0", default-features = false }
|
||||
avt = { git = "https://github.com/asciinema/avt", tag = "v0.9.0" }
|
||||
avt = "0.9.0"
|
||||
|
||||
Reference in New Issue
Block a user