Skip to content

Commit

Permalink
chore: Set some package versions to 0 (#167)
Browse files Browse the repository at this point in the history
Neither cli-version nor ffi-patterns are meant to be used outside this
project. To reinforce this, and to be consistent with docs/project.md,
I set their version to 0.0.0.

These are new crates, with limited use and to my knowledge no one is
using them, so this should be safe.
  • Loading branch information
apljungquist authored Dec 23, 2024
1 parent 5527728 commit e3679fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli-version/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli-version"
version = "0.1.0"
version = "0.0.0"
edition.workspace = true

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/ffi_patterns/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[package]
name = "ffi_patterns"
version = "0.1.0"
version = "0.0.0"
edition.workspace = true

0 comments on commit e3679fb

Please sign in to comment.