Skip to content

Commit

Permalink
update logos
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Feb 13, 2024
1 parent f59d76f commit 82e05aa
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 57 deletions.
116 changes: 62 additions & 54 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions crates/concrete_codegen_mlir/src/context.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::error::Error;

use concrete_ir::ProgramBody;
use concrete_session::Session;
use melior::{
Expand Down
2 changes: 1 addition & 1 deletion crates/concrete_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
lalrpop-util = { version = "0.20.0", features = ["unicode"] }
logos = "0.13.0"
logos = "0.14.0"
tracing = { workspace = true }
concrete_ast = { path = "../concrete_ast"}
salsa = { git = "https://github.com/salsa-rs/salsa.git", package = "salsa-2022" }
Expand Down

0 comments on commit 82e05aa

Please sign in to comment.