Skip to content

Commit

Permalink
Bump version number and dependent version number
Browse files Browse the repository at this point in the history
  • Loading branch information
danlehmann committed Jan 31, 2024
1 parent 7a8e97c commit b0204f8
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 = "arbitrary-int"
version = "1.2.6"
version = "1.2.7"
edition = "2021"
authors = ["Daniel Lehmann <[email protected]>"]
description = "Modern and lightweight implementation of u2, u3, u4, ..., u127."
Expand Down Expand Up @@ -28,7 +28,7 @@ defmt = ["dep:defmt"]
serde = ["dep:serde"]

[dependencies]
num-traits = { version = "0.2.15", default-features = false, optional = true }
num-traits = { version = "0.2.17", default-features = false, optional = true }
defmt = { version = "0.3.5", optional = true }
serde = { version = "1.0", optional = true, default-features = false}

Expand Down

0 comments on commit b0204f8

Please sign in to comment.