diff --git a/hyperfuel-client/Cargo.toml b/hyperfuel-client/Cargo.toml index 3aa9c7b..8e401cf 100644 --- a/hyperfuel-client/Cargo.toml +++ b/hyperfuel-client/Cargo.toml @@ -35,9 +35,9 @@ alloy-dyn-abi = "0.5.0" alloy-json-abi = "0.5.0" xxhash-rust = { version = "0.8", features = ["xxh3"] } -hyperfuel-net-types = { package = "hyperfuel-net-types-fuel", path = "../hyperfuel-net-types", version = "0.0.3" } -hyperfuel-format = { package = "hyperfuel-format-fuel", path = "../hyperfuel-format", version = "0.0.4" } -hyperfuel-schema = { package = "hyperfuel-schema-fuel", path = "../hyperfuel-schema", version = "0.0.2" } +hyperfuel-net-types = { package = "hyperfuel-net-types", path = "../hyperfuel-net-types", version = "0.0.3" } +hyperfuel-format = { package = "hyperfuel-format", path = "../hyperfuel-format", version = "0.0.4" } +hyperfuel-schema = { package = "hyperfuel-schema", path = "../hyperfuel-schema", version = "0.0.2" } [dependencies.reqwest] version = "0.11" diff --git a/hyperfuel-format/Cargo.toml b/hyperfuel-format/Cargo.toml index cbc5955..c133d61 100644 --- a/hyperfuel-format/Cargo.toml +++ b/hyperfuel-format/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "hyperfuel-format-fuel" +name = "hyperfuel-format" version = "0.0.4" edition = "2021" description = "fuel network format library" diff --git a/hyperfuel-net-types/Cargo.toml b/hyperfuel-net-types/Cargo.toml index 9f16ed4..500aa29 100644 --- a/hyperfuel-net-types/Cargo.toml +++ b/hyperfuel-net-types/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "hyperfuel-net-types-fuel" +name = "hyperfuel-net-types" version = "0.0.3" edition = "2021" description = "hyperfuel types for transport over network" @@ -10,7 +10,7 @@ capnp = "0.18" serde = { version = "1", features = ["derive"] } arrayvec = { version = "0.7", features = ["serde"] } -hyperfuel-format = { package = "hyperfuel-format-fuel", path = "../hyperfuel-format", version = "0.0.4" } +hyperfuel-format = { package = "hyperfuel-format", path = "../hyperfuel-format", version = "0.0.4" } [build-dependencies] capnpc = "0.18" diff --git a/hyperfuel-schema/Cargo.toml b/hyperfuel-schema/Cargo.toml index ba5d752..2420069 100644 --- a/hyperfuel-schema/Cargo.toml +++ b/hyperfuel-schema/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "hyperfuel-schema-fuel" +name = "hyperfuel-schema" version = "0.0.2" edition = "2021" description = "schema utilities for hyperfuel"