Compare commits
15 Commits
09db1a3dd8
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f4e21b135 | |||
| 305ca51852 | |||
| 0e55d75c75 | |||
| 8ef0ce68b9 | |||
| 9aef0d1fe7 | |||
| 2c698e59ee | |||
| 02bf6ede86 | |||
| af982d257d | |||
| 0ac50ae854 | |||
| 68b099c4d7 | |||
| c541c7dc7c | |||
| eb991ad325 | |||
| 31d1341d14 | |||
| 7f4dc711d6 | |||
| 0f8375be2d |
13
CHANGELOG.md
Normal file
13
CHANGELOG.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.0] - 2024-12-27
|
||||
|
||||
### Added
|
||||
- trigger commit
|
||||
- make introspection
|
||||
1169
Cargo.lock
generated
1169
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -14,7 +14,7 @@ dotenv.workspace = true
|
||||
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
uuid = { version = "1.7.0", features = ["v4"] }
|
||||
graphql_client = { version = "0.14.0" }
|
||||
reqwest = { version = "0.12.10", features = ["json"] }
|
||||
graphql_client = { version = "0.16.0" }
|
||||
reqwest = { version = "0.13.0", features = ["json"] }
|
||||
cynic-introspection = "3.9.1"
|
||||
cynic = { version = "3.9.1", features = ["http-reqwest", "reqwest", "serde_json"] }
|
||||
|
||||
Reference in New Issue
Block a user