Skip to content

Commit dda6012

Browse files
committed
chore: Unify cargo versions across packages
Make sure that workspace versions are used where applicable.
1 parent f1d3594 commit dda6012

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flv/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "flv-rs"
3-
version = "0.1.0"
3+
version.workspace = true
44
authors = ["David Wendt <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77

88
[dependencies]
99
bitflags = { workspace = true }
10-
thiserror = { workspace = true }
10+
thiserror = { workspace = true }

ruffle_gc_arena/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruffle_gc_arena"
3-
version = "0.0.0"
3+
version.workspace = true
44
description = "Temporary, internal gc-arena facade for Ruffle"
55
authors.workspace = true
66
edition.workspace = true

web/common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruffle_web_common"
3-
version = "0.1.0"
3+
version.workspace = true
44
authors = ["Ruffle LLC <[email protected]>"]
55
edition.workspace = true
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)