mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-26 12:38:04 +03:00
chore: Transfer schemars fork to tauri-apps org (#10429)
This commit is contained in:
parent
d5511c3117
commit
d03332617c
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3127,7 +3127,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "schemars_derive"
|
name = "schemars_derive"
|
||||||
version = "0.8.21"
|
version = "0.8.21"
|
||||||
source = "git+https://github.com/chippers/schemars.git?branch=feat/preserve-description-newlines#8c5441c0f045ff7ae2ccc83fefb9e6f70173bd1b"
|
source = "git+https://github.com/tauri-apps/schemars.git?branch=feat/preserve-description-newlines#c30f98480e6e4742aa72202d55d5264c6b2e6476"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -48,4 +48,4 @@ opt-level = "s"
|
|||||||
# Temporary patch to schemars to preserve newlines in docstrings for our reference docs schemas
|
# Temporary patch to schemars to preserve newlines in docstrings for our reference docs schemas
|
||||||
# See https://github.com/GREsau/schemars/issues/120 for reference
|
# See https://github.com/GREsau/schemars/issues/120 for reference
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
schemars_derive = { git = 'https://github.com/chippers/schemars.git', branch = 'feat/preserve-description-newlines' }
|
schemars_derive = { git = 'https://github.com/tauri-apps/schemars.git', branch = 'feat/preserve-description-newlines' }
|
||||||
|
Loading…
Reference in New Issue
Block a user