chore: Transfer schemars fork to tauri-apps org (#10429)

This commit is contained in:
chip 2024-07-31 15:40:45 +09:00 committed by GitHub
parent d5511c3117
commit d03332617c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3127,7 +3127,7 @@ dependencies = [
[[package]]
name = "schemars_derive"
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 = [
"proc-macro2",
"quote",

View File

@ -48,4 +48,4 @@ opt-level = "s"
# Temporary patch to schemars to preserve newlines in docstrings for our reference docs schemas
# See https://github.com/GREsau/schemars/issues/120 for reference
[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' }