Skip to content

Commit

Permalink
Change the tests package description.
Browse files Browse the repository at this point in the history
  • Loading branch information
xStrom committed Mar 1, 2024
1 parent df2133b commit f49c60b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ members = [

[workspace.package]
edition = "2021"
version = "0.5.0"
rust-version = "1.75"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/linebender/vello"
Expand Down
2 changes: 1 addition & 1 deletion crates/encoding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vello_encoding"
version = "0.1.0"
version.workspace = true
description = "Vello types that represent the data that needs to be rendered."
edition.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vello_tests"
description = "Helper code for writing Vello tests."
description = "Integration tests for Vello."
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down

0 comments on commit f49c60b

Please sign in to comment.