Skip to content

Commit

Permalink
Switch to avt from crates.io instead of git
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Feb 13, 2024
1 parent cad9ea2 commit abaefba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/vt/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/vt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]
# default = ["console_error_panic_hook"]

[dependencies]
avt = { git = "https://github.com/asciinema/avt", tag = "v0.8.3" }
avt = "0.9.0"
getrandom = { version = "0.2", features = ["js"] }
rand = "^0.8"
serde-wasm-bindgen = "0.4.5"
Expand Down

0 comments on commit abaefba

Please sign in to comment.