Skip to content

Commit

Permalink
bump bril
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpal committed Jan 16, 2025
1 parent 9891eee commit 9e9c8ea
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ rpds = "1.1.0"

syn = { version = "2.0", features = ["full", "extra-traits"] }
# currently using the uwplse/bril fork of bril, on eggcc-main
bril2json = { git = "https://github.com/uwplse/bril", rev = "1f12195d043dccee1815cf6a1d88bf91b686d426" }
brilirs = { git = "https://github.com/uwplse/bril", rev = "1f12195d043dccee1815cf6a1d88bf91b686d426" }
bril-rs = { git = "https://github.com/uwplse/bril", rev = "1f12195d043dccee1815cf6a1d88bf91b686d426" }
brilift = { git = "https://github.com/uwplse/bril", rev = "1f12195d043dccee1815cf6a1d88bf91b686d426" }
rs2bril = { git = "https://github.com/uwplse/bril", rev = "1f12195d043dccee1815cf6a1d88bf91b686d426" ,features = [
bril2json = { git = "https://github.com/uwplse/bril", rev = "bdd8732b219a1f0521977927b4c84cd0ab1bcfc5" }
brilirs = { git = "https://github.com/uwplse/bril", rev = "bdd8732b219a1f0521977927b4c84cd0ab1bcfc5" }
bril-rs = { git = "https://github.com/uwplse/bril", rev = "bdd8732b219a1f0521977927b4c84cd0ab1bcfc5" }
brilift = { git = "https://github.com/uwplse/bril", rev = "bdd8732b219a1f0521977927b4c84cd0ab1bcfc5" }
rs2bril = { git = "https://github.com/uwplse/bril", rev = "bdd8732b219a1f0521977927b4c84cd0ab1bcfc5" ,features = [
"import",
] }
brillvm = { git = "https://github.com/uwplse/bril", rev = "1f12195d043dccee1815cf6a1d88bf91b686d426" }
brillvm = { git = "https://github.com/uwplse/bril", rev = "bdd8732b219a1f0521977927b4c84cd0ab1bcfc5" }

ordered-float = "3.7.0"
serde_json = "1.0.103"
Expand Down

0 comments on commit 9e9c8ea

Please sign in to comment.