Skip to content

Commit bd33702

Browse files
committed
cargo release 0.0.3
1 parent cd8338a commit bd33702

File tree

9 files changed

+21
-14
lines changed

9 files changed

+21
-14
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dbg_macro = "warn"
1818
authors = ["Noah <[email protected]>"]
1919
license = "MIT"
2020
repository = "https://github.com/noahbald/oxvg"
21+
readme = "readme.md"
2122

2223
[workspace.dependencies]
2324
oxvg = { path = "crates/oxvg" }

crates/oxvg/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "oxvg"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition = "2021"
55
license.workspace = true
66
repository.workspace = true
77
authors.workspace = true
8+
readme = "../../readme.md"
89
keywords = ["svg", "svgo", "optimisation"]
910
description = "Vector image toolchain."
1011

crates/oxvg_actions/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "oxvg_actions"
3-
version = "0.1.0"
3+
version = "0.0.3"
44
edition = "2021"
55
authors.workspace = true
6+
readme = "../../readme.md"
67

78
[lints]
89
workspace = true

crates/oxvg_ast/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "oxvg_ast"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition = "2021"
55
license.workspace = true
66
repository.workspace = true
77
authors.workspace = true
8+
readme = "../../readme.md"
89
keywords = ["xml", "ast", "selectors", "css", "svg"]
910
description = "Trait representation for concrete ASTs"
1011

crates/oxvg_collections/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "oxvg_collections"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition = "2021"
55
license.workspace = true
66
repository.workspace = true
77
authors.workspace = true
8+
readme = "../../readme.md"
89
keywords = ["svg"]
910
description = "Collections of data and utilities about SVG"
1011

crates/oxvg_lint/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "oxvg_lint"
3-
version = "0.1.0"
3+
version = "0.0.3"
44
edition = "2021"
55
authors.workspace = true
6+
readme = "../../readme.md"
67

78
[lints]
89
workspace = true

crates/oxvg_optimiser/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "oxvg_optimiser"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition = "2021"
55
license.workspace = true
66
repository.workspace = true
77
authors.workspace = true
8+
readme = "../../readme.md"
89
keywords = ["svg", "svgo", "optimisation"]
910
description = "The OXVG optimiser is library for optimising SVG documents."
1011

crates/oxvg_path/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxvg_path"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
edition = "2021"
55
license.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)