Skip to content

Commit b328dfa

Browse files
committed
Bump version
1 parent 0b967ff commit b328dfa

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.5
4+
5+
- Simplify README.md ([#37](https://github.com/trailofbits/cast_checks/pull/37))
6+
37
## 0.1.4
48

59
- Handle boxed trait objects ([#23](https://github.com/trailofbits/cast_checks/pull/23))

cast_checks/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "cast_checks"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Samuel E. Moelius III <[email protected]>"]
55
description = "A procedural macro to check for invalid casts"
66
edition = "2021"
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/trailofbits/cast_checks"
99

1010
[dependencies]
11-
cast_checks_convert = { version = "=0.1.4", path = "../convert" }
12-
cast_checks_macro = { version = "=0.1.4", path = "../macro" }
11+
cast_checks_convert = { version = "=0.1.5", path = "../convert" }
12+
cast_checks_macro = { version = "=0.1.5", path = "../macro" }
1313

1414
[dev-dependencies]
1515
assert_cmd = "2.0"

convert/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cast_checks_convert"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Samuel E. Moelius III <[email protected]>"]
55
description = "cast_checks_convert"
66
edition = "2021"

inner_attribute_example/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inner_attribute_example"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2021"
55
publish = false
66

macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cast_checks_macro"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Samuel E. Moelius III <[email protected]>"]
55
description = "cast_checks_macro"
66
edition = "2021"

0 commit comments

Comments
 (0)