From 6daf23b80f0ed4b71954841f9b9fb49571b3c5fe Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sun, 28 Jan 2024 18:29:00 +0100 Subject: [PATCH] Use latest avt version released to crates.io --- Cargo.lock | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6cc8308..ab7093a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index c220acf..3b2df63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"