Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Feb 27, 2024
1 parent 2c175d3 commit cc1e367
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 51 deletions.
95 changes: 46 additions & 49 deletions 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 lib/edlang_codegen_llvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ edlang_ir = { version = "0.0.1-alpha.9", path = "../edlang_ir" }
edlang_parser = { version = "0.0.1-alpha.9", path = "../edlang_parser" }
edlang_session = { version = "0.0.1-alpha.9", path = "../edlang_session" }
llvm-sys = "170.0.1"
inkwell = { git = "https://github.com/TheDan64/inkwell", rev = "c044e3cd8d92972ca75b374fb6c5a2794f5b53ca", features = ["llvm17-0"] }
inkwell = { git = "https://github.com/TheDan64/inkwell", rev = "e0aa2e51a6cb501e4e2a889bbea12a1efab9c4ff", features = ["llvm17-0"] }
tracing = { workspace = true }
edlang_span = { version = "0.0.1-alpha.9", path = "../edlang_span" }
2 changes: 1 addition & 1 deletion lib/edlang_driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ tracing = { workspace = true }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

[dev-dependencies]
tempfile = "3.10.0"
tempfile = "3.10.1"
test-case = "3.3.1"

0 comments on commit cc1e367

Please sign in to comment.