mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-05 21:37:55 +00:00
force resolver="2" for cargo workspace, update lockfile
This commit is contained in:
parent
c99b59673a
commit
fce23c2b90
2 changed files with 5 additions and 0 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -472,6 +472,10 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "command_system_macros"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "commands"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"./lib/libpk",
|
||||
"./lib/commands",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue