Skip to content

Commit

Permalink
Merge pull request #6 from OneSignal/fix-deps
Browse files Browse the repository at this point in the history
Remove dependency version restrictions
  • Loading branch information
jwilm committed Jan 26, 2024
2 parents 7b96dea + f181dbf commit 0e05819
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_magnus"
version = "0.8.0"
version = "0.8.1"
description = "Serde integration for Magnus"
edition = "2018"
rust-version = "1.65"
Expand All @@ -15,10 +15,8 @@ categories = ["development-tools::ffi"]
exclude = [".gitignore", ".github"]

[dependencies]
serde = "1.0, <= 1.0.156"
serde = "1.0"
magnus = "0.6.2"
rb-sys = "0.9, <= 0.9.81"
rb-sys-build = "0.9, <= 0.9.81"
tap = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit 0e05819

Please sign in to comment.