Skip to content

Commit

Permalink
Merge branch 'main' into v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Feb 4, 2022
2 parents 667208b + b371a33 commit 3f9729b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions crates/transmog-json/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "transmog-json"
version = "0.1.0-dev.2"
version = "0.1.0"
edition = "2021"
description = "Json adaptor for Transmog"
repository = "https://github.com/khonsulabs/transmog"
Expand All @@ -11,11 +11,9 @@ readme = "./README.md"

[dependencies]
serde_json = { version = "1" }
transmog = { path = "../transmog", version = "0.1.0-dev.2" }
transmog = { path = "../transmog", version = "0.1.0" }
serde = "1"
thiserror = "1"

[dev-dependencies]
transmog = { path = "../transmog", version = "0.1.0-dev.2", features = [
"test-util",
] }
transmog = { path = "../transmog", version = "0.1.0", features = ["test-util"] }

0 comments on commit 3f9729b

Please sign in to comment.