You've already forked lint-policy
Update repository URLs
This commit is contained in:
Generated
+2
-2
@@ -205,7 +205,7 @@ checksum = "c0f80d65747a3e43d1596c7c5492d95d5edddaabd45a7fcdb02b95f644164966"
|
||||
|
||||
[[package]]
|
||||
name = "lint-policy"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"strum",
|
||||
@@ -214,7 +214,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lint-policy-cli"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ license-file = "LICENSE.md"
|
||||
publish = false
|
||||
|
||||
[workspace.dependencies]
|
||||
lint-policy = { path = "crates/lint-policy", version = "=0.0.1", default-features = false }
|
||||
lint-policy = { path = "crates/lint-policy", version = "=0.0.2", default-features = false }
|
||||
|
||||
anyhow = { version = "^1.0.14", default-features = false }
|
||||
clap = { version = "^4.5.61", default-features = false }
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "lint-policy-cli"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
description = "Track rust lints"
|
||||
repository = "https://git.skrundz.dev/codegen/lints"
|
||||
repository = "https://git.skrundz.dev/codegen/lint-policy"
|
||||
keywords = ["cargo", "lint"]
|
||||
categories = ["command-line-utilities"]
|
||||
include = ["/src"]
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "lint-policy"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
description = "Model used by cargo-lint-policy"
|
||||
repository = "https://git.skrundz.dev/codegen/lints"
|
||||
repository = "https://git.skrundz.dev/codegen/lint-policy"
|
||||
keywords = ["no-std"]
|
||||
categories = ["development-tools::cargo-plugins"]
|
||||
include = ["/src"]
|
||||
|
||||
Reference in New Issue
Block a user