File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.3
4
+
5
+ - Ensure generated expressions parse as block expressions ([ cd283d9] ( https://github.com/trailofbits/cast_checks/commit/cd283d9dc62346cb0538e35de9adfd2185e39772 ) )
6
+ - Prevent "unnecessary parentheses" warnings in generated expressions ([ 44e6bea] ( https://github.com/trailofbits/cast_checks/commit/44e6bea46ca65bedcaedae22e00df6ad46fdb054 ) )
7
+
3
8
## 0.1.2
4
9
5
10
- Improve error and warning messages ([ #6 ] ( https://github.com/trailofbits/cast_checks/pull/6 ) )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cast_checks"
3
- version = " 0.1.2 "
3
+ version = " 0.1.3 "
4
4
authors = [" Samuel E. Moelius III <sam@moeli.us>" ]
5
5
description = " A procedural macro to check for invalid casts"
6
6
edition = " 2021"
7
7
license = " MIT OR Apache-2.0"
8
8
repository = " https://github.com/trailofbits/cast_checks"
9
9
10
10
[dependencies ]
11
- cast_checks_convert = { version = " =0.1.2 " , path = " ../convert" }
12
- cast_checks_macro = { version = " =0.1.2 " , path = " ../macro" }
11
+ cast_checks_convert = { version = " =0.1.3 " , path = " ../convert" }
12
+ cast_checks_macro = { version = " =0.1.3 " , path = " ../macro" }
13
13
14
14
[dev-dependencies ]
15
15
assert_cmd = " 2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cast_checks_convert"
3
- version = " 0.1.2 "
3
+ version = " 0.1.3 "
4
4
authors = [" Samuel E. Moelius III <sam@moeli.us>" ]
5
5
description = " cast_checks_convert"
6
6
edition = " 2021"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " inner_attribute_example"
3
- version = " 0.1.2 "
3
+ version = " 0.1.3 "
4
4
edition = " 2021"
5
5
publish = false
6
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cast_checks_macro"
3
- version = " 0.1.2 "
3
+ version = " 0.1.3 "
4
4
authors = [" Samuel E. Moelius III <sam@moeli.us>" ]
5
5
description = " cast_checks_macro"
6
6
edition = " 2021"
You can’t perform that action at this time.
0 commit comments