Skip to content

Commit

Permalink
Updating dependencies and releasing 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Feb 4, 2022
1 parent 6de8387 commit eb222a9
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 52 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [ecton]
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.1.0

There are no functional changes in this release, just dependency updates.

## v0.1.0-dev.2

### Breaking Changes
Expand Down
26 changes: 13 additions & 13 deletions crates/transmog-async/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "transmog-async"
version = "0.1.0-dev.2"
version = "0.1.0"
edition = "2021"
description = "Async stream support for Transmog"
repository = "https://github.com/khonsulabs/transmog"
Expand All @@ -10,17 +10,17 @@ categories = ["encoding"]
readme = "./README.md"

[dependencies]
transmog = { path = "../transmog", version = "0.1.0-dev.2" }
futures-core = { version = "0.3" }
futures-sink = { version = "0.3" }
tokio = { version = "1.0", features = ["net"] }
bytes = { version = "1.0" }
ordered-varint = "0.1.0-dev.1"
transmog = { path = "../transmog", version = "0.1.0" }
futures-core = "0.3.19"
futures-sink = "0.3.19"
tokio = { version = "1.16.1", features = ["net"] }
bytes = "1.1.0"
ordered-varint = "1.0.0"

[dev-dependencies]
thiserror = "1"
anyhow = "1"
futures = "0.3"
tokio = { version = "1.0", features = ["full"] }
transmog-bincode = { path = "../transmog-bincode", version = "0.1.0-dev.2" }
transmog-pot = { path = "../transmog-pot", version = "0.1.0-dev.2" }
thiserror = "1.0.30"
anyhow = "1.0.53"
futures = "0.3.19"
tokio = { version = "1.16.1", features = ["full"] }
transmog-bincode = { path = "../transmog-bincode", version = "0.1.0" }
transmog-pot = { path = "../transmog-pot", version = "0.1.0" }
12 changes: 5 additions & 7 deletions crates/transmog-bincode/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "transmog-bincode"
version = "0.1.0-dev.2"
version = "0.1.0"
edition = "2021"
description = "Bincode adaptor for Transmog"
repository = "https://github.com/khonsulabs/transmog"
Expand All @@ -12,11 +12,9 @@ readme = "./README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
transmog = { path = "../transmog", version = "0.1.0-dev.2" }
serde = "1.0.124"
bincode = "1"
transmog = { path = "../transmog", version = "0.1.0" }
serde = "1.0.136"
bincode = "1.3.3"

[dev-dependencies]
transmog = { path = "../transmog", version = "0.1.0-dev.2", features = [
"test-util",
] }
transmog = { path = "../transmog", version = "0.1.0", features = ["test-util"] }
14 changes: 6 additions & 8 deletions crates/transmog-cbor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "transmog-cbor"
version = "0.1.0-dev.2"
version = "0.1.0"
edition = "2021"
description = "CBOR adaptor for Transmog"
repository = "https://github.com/khonsulabs/transmog"
Expand All @@ -12,12 +12,10 @@ readme = "./README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ciborium = "0.2"
transmog = { path = "../transmog", version = "0.1.0-dev.2" }
serde = "1"
thiserror = "1"
ciborium = "0.2.0"
transmog = { path = "../transmog", version = "0.1.0" }
serde = "1.0.136"
thiserror = "1.0.30"

[dev-dependencies]
transmog = { path = "../transmog", version = "0.1.0-dev.2", features = [
"test-util",
] }
transmog = { path = "../transmog", version = "0.1.0", features = ["test-util"] }
12 changes: 5 additions & 7 deletions crates/transmog-pot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "transmog-pot"
version = "0.1.0-dev.2"
version = "0.1.0"
edition = "2021"
description = "Pot adaptor for Transmog"
repository = "https://github.com/khonsulabs/transmog"
Expand All @@ -12,11 +12,9 @@ readme = "./README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pot = { version = "1.0.0-rc.3" }
transmog = { path = "../transmog", version = "0.1.0-dev.2" }
serde = "1"
pot = "1.0.0"
transmog = { path = "../transmog", version = "0.1.0" }
serde = "1.0.136"

[dev-dependencies]
transmog = { path = "../transmog", version = "0.1.0-dev.2", features = [
"test-util",
] }
transmog = { path = "../transmog", version = "0.1.0", features = ["test-util"] }
8 changes: 4 additions & 4 deletions crates/transmog-versions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "transmog-versions"
version = "0.1.0-dev.2"
version = "0.1.0"
edition = "2021"
description = "Multi-version/Multi-format support for Transmog"
repository = "https://github.com/khonsulabs/transmog"
Expand All @@ -12,6 +12,6 @@ readme = "./README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
transmog = { path = "../transmog", version = "0.1.0-dev.2" }
ordered-varint = "0.1.0-dev.1"
thiserror = "1"
transmog = { path = "../transmog", version = "0.1.0" }
ordered-varint = "1.0.0"
thiserror = "1.0.30"
2 changes: 1 addition & 1 deletion crates/transmog/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "transmog"
version = "0.1.0-dev.2"
version = "0.1.0"
edition = "2021"
description = "A universal serialization ecosystem"
repository = "https://github.com/khonsulabs/transmog"
Expand Down
8 changes: 4 additions & 4 deletions examples/async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
transmog = { path = "../../crates/transmog" }
transmog-async = { path = "../../crates/transmog-async" }
transmog-pot = { path = "../../crates/transmog-pot" }
serde = { version = "1", features = ["derive"] }
futures = "0.3"
tokio = { version = "1", features = ["full"] }
anyhow = "1"
serde = { version = "1.0.136", features = ["derive"] }
futures = "0.3.19"
tokio = { version = "1.16.1", features = ["full"] }
anyhow = "1.0.53"
8 changes: 4 additions & 4 deletions examples/versions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "versions-examples"
version = "0.1.0-dev.2"
version = "0.0.0"
edition = "2021"
publish = false

Expand All @@ -10,6 +10,6 @@ transmog-versions = { path = "../../crates/transmog-versions" }
transmog-pot = { path = "../../crates/transmog-pot" }
transmog-bincode = { path = "../../crates/transmog-bincode" }

serde = { version = "1", features = ["derive"] }
thiserror = "1"
anyhow = "1"
serde = { version = "1.0.136", features = ["derive"] }
thiserror = "1.0.30"
anyhow = "1.0.53"
1 change: 0 additions & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ publish = false

[dependencies]
khonsu-tools = { git = "https://github.com/khonsulabs/khonsu-tools.git", branch = "main" }
structopt = "0.3"
5 changes: 2 additions & 3 deletions xtask/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
use khonsu_tools::{
universal::{anyhow, DefaultConfig},
universal::{anyhow, clap::Parser, DefaultConfig},
Commands,
};
use structopt::StructOpt;

fn main() -> anyhow::Result<()> {
let command = Commands::from_args();
let command = Commands::parse();
command.execute::<Config>()
}

Expand Down

0 comments on commit eb222a9

Please sign in to comment.