mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Set proper git ref for to_string package
This commit is contained in:
parent
eb3e86f67c
commit
232be4d267
2 changed files with 5 additions and 5 deletions
|
@ -1297,7 +1297,7 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: to_string
|
||||
ref: HEAD
|
||||
ref: "to_string-1.0.0"
|
||||
resolved-ref: "104d4bf9db5ed8982ffb802c0acaaf1a3f0acf3a"
|
||||
url: "https://gitlab.com/nkming2/dart-to-string"
|
||||
source: git
|
||||
|
@ -1306,8 +1306,8 @@ packages:
|
|||
dependency: "direct dev"
|
||||
description:
|
||||
path: to_string_build
|
||||
ref: HEAD
|
||||
resolved-ref: "104d4bf9db5ed8982ffb802c0acaaf1a3f0acf3a"
|
||||
ref: "to_string_build-1.0.0"
|
||||
resolved-ref: "334715f94312cf68fb3685e349d5623905fe9143"
|
||||
url: "https://gitlab.com/nkming2/dart-to-string"
|
||||
source: git
|
||||
version: "1.0.0"
|
||||
|
|
|
@ -102,7 +102,7 @@ dependencies:
|
|||
to_string:
|
||||
git:
|
||||
url: https://gitlab.com/nkming2/dart-to-string
|
||||
ref: HEAD
|
||||
ref: to_string-1.0.0
|
||||
path: to_string
|
||||
tuple: ^2.0.0
|
||||
url_launcher: ^6.0.3
|
||||
|
@ -135,7 +135,7 @@ dev_dependencies:
|
|||
to_string_build:
|
||||
git:
|
||||
url: https://gitlab.com/nkming2/dart-to-string
|
||||
ref: HEAD
|
||||
ref: to_string_build-1.0.0
|
||||
path: to_string_build
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
|
|
Loading…
Reference in a new issue