Skip to content

Commit

Permalink
Update to ascii-canvas 4.0 and term 1.0 (#963)
Browse files Browse the repository at this point in the history
The main change in ascii-canvas is also the term 1.0 fix.  Bumping to
term 1.0 gets us several bugfixes, and a nice dependency tree reduction.
  • Loading branch information
dburgener authored Sep 30, 2024
1 parent fb9a945 commit d6229c8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 97 deletions.
117 changes: 22 additions & 95 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions lalrpop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exclude = ["build.rs"]
doctest = false

[dependencies]
ascii-canvas = { version = "3.0", default-features = false }
ascii-canvas = { version = "4.0", default-features = false }
bit-set = { version = "0.8", default-features = false }
ena = { version = "0.14", default-features = false }
itertools = { version = "0.13", default-features = false, features = ["use_std"] }
Expand All @@ -29,7 +29,7 @@ regex = { workspace = true }
regex-syntax = { workspace = true }
sha3 = { version = "0.10", default-features = false }
string_cache = { version = "0.8", default-features = false }
term = { version = "0.7", default-features = false }
term = { version = "1.0", default-features = false }
unicode-xid = { version = "0.2", default-features = false }
walkdir = "2.4.0"

Expand Down

0 comments on commit d6229c8

Please sign in to comment.