Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cfa239d5b8 | |||
|
bbf53e2b30 |
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#Tue May 10 19:22:52 CST 2022
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip
|
||||
distributionPath=wrapper/dists
|
||||
zipStorePath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ impl RelayTargetDto {
|
|||
|
||||
#[derive(Debug, Deserialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
struct SealedRelayRequest {
|
||||
pub struct SealedRelayRequest {
|
||||
type_name: String,
|
||||
data: Value,
|
||||
next_hop: RelayTargetDto,
|
||||
|
|
|
|||
Loading…
Reference in a new issue