Skip to content

Commit

Permalink
Bump version to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Feb 15, 2022
1 parent a3b9b6d commit bb3c6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fat-macho"
version = "0.4.4"
version = "0.4.5"
authors = ["messense <messense@icloud.com>"]
description = "Mach-O Fat Binary Reader and Writer"
keywords = ["fat", "mach", "macho", "universal", "universal2"]
Expand All @@ -12,7 +12,7 @@ repository = "https://github.com/messense/fat-macho-rs.git"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
goblin = "0.5"
goblin = "0.5.1"
llvm-bitcode = { version = "0.1.1", optional = true }

[features]
Expand Down

0 comments on commit bb3c6c8

Please sign in to comment.