mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 09:40:10 +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]]
|
[[package]]
|
||||||
name = "command_system_macros"
|
name = "command_system_macros"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
dependencies = [
|
||||||
|
"proc-macro2",
|
||||||
|
"quote",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "commands"
|
name = "commands"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
[workspace]
|
[workspace]
|
||||||
|
resolver = "2"
|
||||||
members = [
|
members = [
|
||||||
"./lib/libpk",
|
"./lib/libpk",
|
||||||
"./lib/commands",
|
"./lib/commands",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue