Skip to content

Commit

Permalink
Use new version of serde to support newer rust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Spydr06 committed Sep 22, 2023
1 parent 5cad737 commit f354de3
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 = "logicrs"
version = "0.1.2"
version = "0.1.1"
edition = "2021"
description = "An easy-to-use simulator for logical circuits"
readme = "./README.md"
Expand All @@ -24,7 +24,7 @@ version = "0.5.4"

[dependencies]
serde_json = "1.0"
serde = {version = "1.0.147", features = ["derive"]}
serde = {version = "1.0.188", features = ["derive"]}
log = "0.4.0"
env_logger = "0.9.0"
lazy_static = "1.4.0"
Expand Down

0 comments on commit f354de3

Please sign in to comment.