Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Rodrigues Lordello committed Aug 29, 2023
1 parent e8469ce commit cd9f35d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "ethnum"
version = "1.3.2"
version = "1.4.0"
authors = ["Nicholas Rodrigues Lordello <[email protected]>"]
edition = "2021"
description = "256-bit integer implementation"
Expand Down Expand Up @@ -28,6 +28,6 @@ llvm-intrinsics = ["ethnum-intrinsics"]
macros = ["ethnum-macros"]

[dependencies]
ethnum-intrinsics = { version = "=1.1.0", path = "intrinsics", optional = true }
ethnum-intrinsics = { version = "=1.2.0", path = "intrinsics", optional = true }
ethnum-macros = { version = "=1.1.0", path = "macros", optional = true }
serde = { version = "1", default-features = false, optional = true }
2 changes: 1 addition & 1 deletion intrinsics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethnum-intrinsics"
version = "1.1.0"
version = "1.2.0"
authors = ["Nicholas Rodrigues Lordello <[email protected]>"]
edition = "2021"
description = "LLVM generated 256-bit integer intrinsics"
Expand Down

0 comments on commit cd9f35d

Please sign in to comment.