Skip to content

Commit

Permalink
Bump crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew committed Mar 18, 2024
1 parent d2f94de commit fee8063
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .idea/runConfigurations/_template__of_Cargo_Command.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion adder-codec-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adder-codec-core"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
authors = ["Andrew C. Freeman"]
description = """Core library for encoding/decoding ADΔER events
Expand Down
4 changes: 2 additions & 2 deletions adder-codec-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adder-codec-rs"
version = "0.4.3"
version = "0.4.4"
edition = "2021"
authors = ["Andrew C. Freeman"]
description = """Encoder/transcoder/decoder for raw and compressed ADΔER (Address, Decimation, Δt Event Representation) streams.
Expand Down Expand Up @@ -31,7 +31,7 @@ feature-logging-nonmaxsuppression = ["feature-logging"]

[dependencies]
bytemuck = "1.14.0"
adder-codec-core = { path = "../adder-codec-core", version = "0.3.2", default-features = false, optional = true}
adder-codec-core = { path = "../adder-codec-core", version = "0.3.3", default-features = false, optional = true}
#adder-codec-core = { version = "0.3.0", default-features = false, optional = true}
async-trait = "0.1.66"
bincode = "1.3.3"
Expand Down
6 changes: 3 additions & 3 deletions adder-info/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adder-info"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
authors = ["Andrew C. Freeman"]
description = """
Expand All @@ -14,8 +14,8 @@ keywords = ["neuromorphic", "decoding", "event", "asynchronous", "video"]
categories = ["multimedia::encoding", "multimedia::video", "science"]

[dependencies]
adder-codec-core = { version = "0.3.2", path = "../adder-codec-core" }
adder-codec-rs = { version = "0.4.3", path = "../adder-codec-rs", features = [
adder-codec-core = { version = "0.3.3", path = "../adder-codec-core" }
adder-codec-rs = { version = "0.4.4", path = "../adder-codec-rs", features = [
"transcoder",
] }
clap = { version = "4.0.17", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions adder-to-dvs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adder-to-dvs"
version = "0.2.7"
version = "0.2.9"
edition = "2021"
authors = ["Andrew C. Freeman"]
description = """
Expand All @@ -16,7 +16,7 @@ keywords = ["neuromorphic", "decoding", "event", "asynchronous", "video"]
categories = ["multimedia::encoding", "multimedia::video", "science"]

[dependencies]
adder-codec-core = { version = "0.3.2", path = "../adder-codec-core" }
adder-codec-core = { version = "0.3.3", path = "../adder-codec-core" }
clap = { version = "4.0.17", features = ["derive"] }
ndarray = { version = "0.15.6", features = ["rayon", "serde"] }
video-rs = { version = "0.5.0", features = ["ndarray"] }
Expand Down
4 changes: 2 additions & 2 deletions adder-viz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adder-viz"
version = "0.3.4"
version = "0.3.5"
edition = "2021"
resolver = "2"
authors = ["Andrew C. Freeman"]
Expand All @@ -23,7 +23,7 @@ open-cv = ["opencv", "adder-codec-rs/open-cv", "adder-codec-rs/transcoder" ]
compression = ["adder-codec-rs/compression"]

[dependencies]
adder-codec-rs = { version = "0.4.3", path = "../adder-codec-rs", features = [
adder-codec-rs = { version = "0.4.4", path = "../adder-codec-rs", features = [
"transcoder",
] }
bevy = "0.11"
Expand Down

0 comments on commit fee8063

Please sign in to comment.