File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Change to cargo-hax:
39
39
40
40
Changes to hax-lib:
41
41
- New behavior for ` hax_lib::include ` : it now forces inclusion when in contradiction with ` -i ` flag.
42
+ - hax-lib requires edition 2021 instead of 2024 (#1726 )
42
43
43
44
Changes to the Lean backend:
44
45
- Improve support for functionalized loops (#1695 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version.workspace = true
4
4
authors.workspace = true
5
5
license.workspace = true
6
6
homepage.workspace = true
7
- edition.workspace = true
7
+ edition = " 2021 "
8
8
repository.workspace = true
9
9
readme = " README.md"
10
10
description = " Hax-specific helpers for Rust programs"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version.workspace = true
4
4
authors.workspace = true
5
5
license.workspace = true
6
6
homepage.workspace = true
7
- edition.workspace = true
7
+ edition = " 2021 "
8
8
repository.workspace = true
9
9
readme = " README.md"
10
10
description = " Hax-specific proc-macros for Rust programs"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version.workspace = true
4
4
authors.workspace = true
5
5
license.workspace = true
6
6
homepage.workspace = true
7
- edition.workspace = true
7
+ edition = " 2021 "
8
8
repository.workspace = true
9
9
readme = " README.md"
10
10
description = " Hax-internal types"
Original file line number Diff line number Diff line change 1
1
mod abstraction;
2
- pub use abstraction:: * ;
2
+ pub use abstraction:: Concretization ;
3
3
4
4
pub mod prop;
5
5
pub use prop:: * ;
You can’t perform that action at this time.
0 commit comments