Skip to content

Commit

Permalink
Bump crate version and publish updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ac-freeman committed Jan 8, 2024
1 parent 211d1cc commit 9ddf48f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
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.1"
version = "0.3.2"
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.2"
version = "0.4.3"
edition = "2021"
authors = ["Andrew C. Freeman"]
description = """Encoder/transcoder/decoder for ADΔER (Address, Decimation, Δt Event Representation) streams.
Expand Down Expand Up @@ -32,7 +32,7 @@ feature-logging-nonmaxsuppression = ["feature-logging"]
[dependencies]
packed_simd = "0.3.9"
bytemuck = "1.14.0"
adder-codec-core = { path = "../adder-codec-core", version = "0.3.1", default-features = false, optional = true}
adder-codec-core = { path = "../adder-codec-core", version = "0.3.2", 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.1"
version = "0.3.2"
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.1", path = "../adder-codec-core" }
adder-codec-rs = { version = "0.4.1", path = "../adder-codec-rs", features = [
adder-codec-core = { version = "0.3.2", path = "../adder-codec-core" }
adder-codec-rs = { version = "0.4.3", 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.3"
version = "0.2.4"
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.0", path = "../adder-codec-core" }
adder-codec-core = { version = "0.3.2", 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"] }
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.2"
version = "0.3.3"
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.2", path = "../adder-codec-rs", features = [
adder-codec-rs = { version = "0.4.3", path = "../adder-codec-rs", features = [
"transcoder",
] }
bevy = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion adder-viz/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# adder-viz
"# adder-viz
[![Crates.io](https://img.shields.io/crates/v/adder-viz)](https://crates.io/crates/adder-viz)
[![Downloads](https://img.shields.io/crates/dr/adder-viz)](https://crates.io/crates/adder-viz)

Expand Down

0 comments on commit 9ddf48f

Please sign in to comment.