Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ğ
Ğcli-v2s
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Rust
Ğcli-v2s
Commits
0f5721ee
Commit
0f5721ee
authored
1 year ago
by
Hugo Trentesaux
Committed by
Hugo Trentesaux
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
clippy
parent
e1d90819
No related branches found
No related tags found
1 merge request
!7
Big refacto
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/commands/smith.rs
+1
-1
1 addition, 1 deletion
src/commands/smith.rs
src/main.rs
+0
-1
0 additions, 1 deletion
src/main.rs
with
1 addition
and
2 deletions
src/commands/smith.rs
+
1
−
1
View file @
0f5721ee
...
...
@@ -37,7 +37,7 @@ pub async fn set_session_keys(
}
pub
async
fn
update_session_keys
(
pair
:
Pair
,
client
:
&
Client
)
->
Result
<
()
>
{
let
session_keys
=
rotate_keys
(
&
client
)
.await
?
;
let
session_keys
=
rotate_keys
(
client
)
.await
?
;
set_session_keys
(
pair
,
client
,
session_keys
)
.await
}
...
...
This diff is collapsed.
Click to expand it.
src/main.rs
+
0
−
1
View file @
0f5721ee
...
...
@@ -7,7 +7,6 @@ mod keys;
use
clap
::
Parser
;
use
codec
::
Encode
;
use
confy
;
use
data
::
*
;
use
keys
::
*
;
use
serde
::
Deserialize
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment