From cd752309a5b518459c4c6aed9383b04b04ebcb74 Mon Sep 17 00:00:00 2001 From: Jonathan Strong Date: Thu, 22 Sep 2022 18:58:12 -0400 Subject: [PATCH] set publish to fast-data-pipelines registry --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e08babb..cd71ce1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "markets" -version = "0.4.1" +version = "0.4.2" authors = ["Jonathan Strong "] edition = "2018" description = "kind of like the http crate, except about tradeable markets" @@ -8,8 +8,7 @@ homepage = "https://git.jstrong.dev/jstrong/markets" repository = "https://git.jstrong.dev/jstrong/markets" readme = "README.md" license = "MIT" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +publish = ["fast-data-pipelines"] [dependencies] serde = { version = "1", features = ["derive"] }