Skip to content

Commit

Permalink
futuresdr-types 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibl committed Nov 6, 2023
1 parent 6ea570c commit 63b2bed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ futures = "0.3.28"
futures-lite = "1.13.0"
futuredsp = { path = "crates/futuredsp", version = "0.0.6" }
futuresdr-macros = { path = "crates/macros", version = "0.0.5" }
futuresdr-types = { path = "crates/types", version = "0.0.9" }
futuresdr-types = { path = "crates/types", version = "0.0.10" }
log = { version = "0.4", features = ["std", "max_level_debug", "release_max_level_info"] }
num-complex = "0.4"
num-integer = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/prophecy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "FutureSDR GUI"
console_error_panic_hook = "0.1"
console_log = "1"
futuresdr = { path = "../../" }
futuresdr-types = { path = "../types/" }
futuresdr-types = { version = "0.0.10", path = "../types/" }
indexmap = "2.0"
leptos = { version = "0.5", features = ["csr", "nightly"] }
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/remote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ hyper = { version = "0.14", features = ["client", "http1", "tcp"] }
serde = "1.0.152"
serde_json = "1.0.91"
thiserror = "1.0.38"
futuresdr-types = { version = "0.0.9", path = "../types/" }
futuresdr-types = { version = "0.0.10", path = "../types/" }

[dev-dependencies]
tokio = { version = "1", features = [ "macros", "rt", "rt-multi-thread"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "futuresdr-types"
version = "0.0.9"
version = "0.0.10"
authors = ["FutureSDR Contributors <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 63b2bed

Please sign in to comment.