Skip to content

Commit c97771a

Browse files
committed
Set our published version to 0.0.1.
1 parent ad1d026 commit c97771a

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "processing"
3-
version = "0.1.0"
3+
version = "0.0.1"
44
edition = "2024"
55
autoexamples = false
66

crates/processing_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "processing_core"
3-
version = "0.1.0"
3+
version = "0.0.1"
44
edition = "2024"
55

66
[lints]

crates/processing_ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "processing_ffi"
3-
version = "0.1.0"
3+
version = "0.0.1"
44
edition = "2024"
55

66
[lints]

crates/processing_midi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "processing_midi"
3-
version = "0.1.0"
3+
version = "0.0.1"
44
edition = "2024"
55

66
[dependencies]

crates/processing_pyo3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "processing_pyo3"
3-
version = "0.1.0"
3+
version = "0.0.1"
44
edition = "2024"
55

66
[lints]

crates/processing_render/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "processing_render"
3-
version = "0.1.0"
3+
version = "0.0.1"
44
edition = "2024"
55

66
[lints]

crates/processing_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "processing_wasm"
3-
version = "0.1.0"
3+
version = "0.0.1"
44
edition = "2024"
55

66
[lib]

crates/processing_webcam/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "processing_webcam"
3-
version = "0.1.0"
3+
version = "0.0.1"
44
edition = "2024"
55

66
[lints]

0 commit comments

Comments
 (0)