Compare commits

...

1 Commits

Author SHA1 Message Date
Luke Street 711f40b591 I forgot to bump the Cargo.toml version, oops 2023-09-10 00:24:53 -04:00
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -2457,7 +2457,7 @@ dependencies = [
[[package]]
name = "objdiff"
version = "0.4.1"
version = "0.4.3"
dependencies = [
"anyhow",
"byteorder",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "objdiff"
version = "0.4.1"
version = "0.4.3"
edition = "2021"
rust-version = "1.65"
authors = ["Luke Street <luke@street.dev>"]