Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 47 additions & 4 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 pcg
Submodule pcg updated from 086b67 to 3bd828
3 changes: 3 additions & 0 deletions prusti-encoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ doctest = false # we have no doc tests

[dependencies]
cfg-if = "1.0.0"
itertools = "0.14.0"
prusti-rustc-interface = { path = "../prusti-rustc-interface" }
prusti-interface = { path = "../prusti-interface" }
prusti-utils = { path = "../prusti-utils" }
Expand All @@ -18,6 +19,8 @@ task-encoder = { path = "../task-encoder" }
vir = { path = "../vir" }
tracing = { path = "../tracing" }

backtrace-on-stack-overflow = { git = "https://github.com/Pistonight/backtrace-on-stack-overflow", branch = "feature/limit_stack_size" }

[package.metadata.rust-analyzer]
# This crate uses #[feature(rustc_private)]
rustc_private = true
Expand Down
Loading
Loading