Why is it not commiting
This commit is contained in:
parent
5cc7d6ce94
commit
5a630daebc
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -1141,6 +1141,7 @@ checksum = "f41f2deec9249d16ef6b1a8442fbe16013f67053797052aa0b7d2f5ebd0f0098"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"icondata_bs",
|
"icondata_bs",
|
||||||
"icondata_core",
|
"icondata_core",
|
||||||
|
"icondata_io",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -1158,6 +1159,15 @@ version = "0.0.2"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1640a4c1d5ddd08ab1d9854ffa7a2fa3dc52339492676b6d3031e77ca579f434"
|
checksum = "1640a4c1d5ddd08ab1d9854ffa7a2fa3dc52339492676b6d3031e77ca579f434"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "icondata_io"
|
||||||
|
version = "0.0.8"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "134d9fb91cdd0e7ac971199e2c8c8eb917a975faeeee54b227a0068c4f70c886"
|
||||||
|
dependencies = [
|
||||||
|
"icondata_core",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ident_case"
|
name = "ident_case"
|
||||||
version = "1.0.1"
|
version = "1.0.1"
|
||||||
|
@ -22,7 +22,8 @@ leptos_icons = { version = "0.1.0", default_features = false, features = [
|
|||||||
"BsPlayFill",
|
"BsPlayFill",
|
||||||
"BsPauseFill",
|
"BsPauseFill",
|
||||||
"BsSkipStartFill",
|
"BsSkipStartFill",
|
||||||
"BsSkipEndFill"
|
"BsSkipEndFill",
|
||||||
|
"IoReturnUpBackSharp"
|
||||||
] }
|
] }
|
||||||
dotenv = { version = "0.15.0", optional = true }
|
dotenv = { version = "0.15.0", optional = true }
|
||||||
diesel = { version = "2.1.4", features = ["postgres", "r2d2"], optional = true }
|
diesel = { version = "2.1.4", features = ["postgres", "r2d2"], optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user