asciinema / agg

asciinema gif generator
Apache License 2.0
1.12k stars 38 forks source link

cargo build on master #33

Closed laoshaw closed 1 year ago

laoshaw commented 1 year ago

Caused by: failed to load source for dependency vt

Caused by: Unable to update https://github.com/asciinema/vt-rs.git?tag=v0.5.0#dd885473

I change Cargo.toml and removed vt's tag (using vt v0.5.0 (https://github.com/asciinema/vt-rs.git#c25b2c30)) and it builds OK

charlesnicholson commented 1 year ago

I just tried this, agg seems to not build any more at all. vt-rs seems to have been replaced by avt and there are now compile errors :(

ku1ik commented 1 year ago

I assumed cargo would handle repo rename fine, but it hasn't. Just pushed a fix for this.