Enforce ordering of [package] fields in cargo.toml files
This commit is contained in:
+1
-1
@@ -3,10 +3,10 @@
|
||||
|
||||
[package]
|
||||
name = "nym-api"
|
||||
license = "GPL-3.0"
|
||||
version = "1.1.77"
|
||||
authors.workspace = true
|
||||
edition = "2021"
|
||||
license = "GPL-3.0"
|
||||
rust-version.workspace = true
|
||||
publish = false
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
[package]
|
||||
name = "nym-api-requests"
|
||||
description = "Nym API request types and functions"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
license.workspace = true
|
||||
description = "Nym API request types and functions"
|
||||
repository.workspace = true
|
||||
homepage.workspace = true
|
||||
documentation.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user