Skip to content

Commit

Permalink
feat(monorepo): Update the workspace packages' version values
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Sep 17, 2024
1 parent 310a78b commit 6c4e262
Show file tree
Hide file tree
Showing 22 changed files with 40 additions and 40 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9244,7 +9244,7 @@ dependencies = [

[[package]]
name = "reaper-aws"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"aws-config",
"tracing",
Expand All @@ -9253,7 +9253,7 @@ dependencies = [

[[package]]
name = "reaper-core"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"chrono",
"derive_builder 0.20.0",
Expand All @@ -9276,7 +9276,7 @@ dependencies = [

[[package]]
name = "reaper-eth"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"ethers",
"eyre",
Expand All @@ -9289,7 +9289,7 @@ dependencies = [

[[package]]
name = "reaper-eth-engine"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"ahash 0.8.11",
"alloy-json-rpc",
Expand Down Expand Up @@ -9378,7 +9378,7 @@ dependencies = [

[[package]]
name = "reaper-eth-engine-classifier"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"alloy-primitives",
"alloy-rlp",
Expand Down Expand Up @@ -9419,7 +9419,7 @@ dependencies = [

[[package]]
name = "reaper-eth-engine-core"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"alloy-dyn-abi",
"alloy-json-abi",
Expand Down Expand Up @@ -9473,7 +9473,7 @@ dependencies = [

[[package]]
name = "reaper-eth-engine-database"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"ahash 0.8.11",
"alloy-json-abi",
Expand Down Expand Up @@ -9558,7 +9558,7 @@ dependencies = [

[[package]]
name = "reaper-eth-engine-inspect"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"alloy-json-abi",
"alloy-primitives",
Expand Down Expand Up @@ -9607,7 +9607,7 @@ dependencies = [

[[package]]
name = "reaper-eth-engine-libmdbx"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"bitflags 2.6.0",
"byteorder",
Expand All @@ -9627,7 +9627,7 @@ dependencies = [

[[package]]
name = "reaper-eth-engine-macros"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"itertools 0.11.0",
"proc-macro2",
Expand All @@ -9637,7 +9637,7 @@ dependencies = [

[[package]]
name = "reaper-eth-engine-metrics"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"alloy-primitives",
"clickhouse",
Expand Down Expand Up @@ -9665,7 +9665,7 @@ dependencies = [

[[package]]
name = "reaper-eth-engine-pricing"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"alloy-dyn-abi",
"alloy-primitives",
Expand Down Expand Up @@ -9778,7 +9778,7 @@ dependencies = [

[[package]]
name = "reaper-eth-engine-relay-api"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"reqwest 0.12.7",
"serde",
Expand All @@ -9789,7 +9789,7 @@ dependencies = [

[[package]]
name = "reaper-eth-engine-reth-tracing"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"alloy-primitives",
"alloy-rpc-types",
Expand Down Expand Up @@ -9828,7 +9828,7 @@ dependencies = [

[[package]]
name = "reaper-eth-engine-types"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"ahash 0.8.11",
"alloy-dyn-abi",
Expand Down Expand Up @@ -9891,7 +9891,7 @@ dependencies = [

[[package]]
name = "reaper-eth-flashbots"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"ethers",
"ethers-flashbots",
Expand All @@ -9900,7 +9900,7 @@ dependencies = [

[[package]]
name = "reaper-eth-order-fill-service"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"alloy-primitives",
"alloy-sol-types",
Expand All @@ -9916,7 +9916,7 @@ dependencies = [

[[package]]
name = "reaper-eth-order-telegram-bot"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"anyhow",
"aws-config",
Expand All @@ -9940,7 +9940,7 @@ dependencies = [

[[package]]
name = "reaper-telemetry"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"ansi_term",
"chrono",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ members = [
]

[workspace.package]
version = "0.0.1"
version = "0.1.0"
description = "💀 A monorepo containing various utilities, libraries, and applications used by Storm Software in trading processes"
repository = "https://github.com/storm-software/reaper"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion apps/eth-engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "reaper-eth-engine"
publish = false
version = "0.0.1"
version = "0.1.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion apps/eth-order-fill-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "reaper-eth-order-fill-service"
publish = false
version = "0.0.1"
version = "0.1.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion apps/eth-order-telegram-bot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "reaper-eth-order-telegram-bot"
publish = false
version = "0.0.1"
version = "0.1.0"
edition = "2021"
description = "A Telegram bot used by Storm Software to handle Ethereum notifications."

Expand Down
2 changes: 1 addition & 1 deletion crates/aws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "reaper-aws"
description = "A core AWS helper crate containing schema definitions and validation logic."
version = "0.0.1"
version = "0.1.0"
publish = false
edition = { workspace = true }
repository = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "reaper-core"
description = "A core library crate that provides various utilities and functions to facilitate trading."
version = "0.0.1"
version = "0.1.0"
publish = false
edition = { workspace = true }
repository = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/eth-engine-classifier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "reaper-eth-engine-classifier"
description = "A core Etherium trading crate containing schema definitions and validation logic."
version = "0.0.1"
version = "0.1.0"
publish = false
edition = { workspace = true }
repository = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/eth-engine-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "reaper-eth-engine-core"
description = "A core Etherium trading crate containing schema definitions and validation logic."
version = "0.0.1"
version = "0.1.0"
publish = false
edition = { workspace = true }
repository = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/eth-engine-database/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "reaper-eth-engine-database"
description = "A core Etherium trading crate containing schema definitions and validation logic."
version = "0.0.1"
version = "0.1.0"
publish = false
edition = { workspace = true }
repository = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/eth-engine-inspect/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "reaper-eth-engine-inspect"
description = "A core Etherium trading crate containing schema definitions and validation logic."
version = "0.0.1"
version = "0.1.0"
publish = false
edition = { workspace = true }
repository = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/eth-engine-libmdbx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "reaper-eth-engine-libmdbx"
description = "Idiomatic and safe MDBX wrapper with good licence"
version = "0.0.1"
version = "0.1.0"
publish = false
edition = { workspace = true }
repository = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/eth-engine-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "reaper-eth-engine-macros"
description = "A core Etherium trading crate containing schema definitions and validation logic."
version = "0.0.1"
version = "0.1.0"
publish = false
edition = { workspace = true }
repository = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/eth-engine-metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "reaper-eth-engine-metrics"
description = "A core Etherium trading crate containing schema definitions and validation logic."
version = "0.0.1"
version = "0.1.0"
publish = false
edition = { workspace = true }
repository = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/eth-engine-pricing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "reaper-eth-engine-pricing"
description = "A core Etherium trading crate containing schema definitions and validation logic."
version = "0.0.1"
version = "0.1.0"
publish = false
edition = { workspace = true }
repository = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/eth-engine-relay-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "reaper-eth-engine-relay-api"
description = "API specification for MEV-Boost PBS relays."
version = "0.0.1"
version = "0.1.0"
publish = false
edition = { workspace = true }
repository = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/eth-engine-reth-tracing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "reaper-eth-engine-reth-tracing"
description = "A core Etherium trading crate containing schema definitions and validation logic."
version = "0.0.1"
version = "0.1.0"
publish = false
edition = { workspace = true }
repository = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/eth-engine-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "reaper-eth-engine-types"
description = "A core Etherium trading crate containing schema definitions and validation logic."
version = "0.0.1"
version = "0.1.0"
publish = false
edition = { workspace = true }
repository = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/eth-flashbots/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "reaper-eth-flashbots"
description = "A core Etherium trading crate containing schema definitions and validation logic."
version = "0.0.1"
version = "0.1.0"
publish = false
edition = { workspace = true }
repository = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/eth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "reaper-eth"
description = "A core Etherium trading crate containing schema definitions and validation logic."
version = "0.0.1"
version = "0.1.0"
publish = false
edition = { workspace = true }
repository = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "reaper-telemetry"
description = "A core Etherium trading crate containing schema definitions and validation logic."
version = "0.0.1"
version = "0.1.0"
publish = false
edition = { workspace = true }
repository = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reaper/monorepo",
"version": "0.0.0",
"version": "0.0.1",
"description": "💀 Reaper is a collection of trading/quantitative finance libraries, applications, and tools that are primarily written in Rust.",
"repository": {
"type": "github",
Expand Down

0 comments on commit 6c4e262

Please sign in to comment.