Skip to content

Commit

Permalink
fix: Rust version upgraded to v1.70.0 for fixing the publish Rust SDK…
Browse files Browse the repository at this point in the history
… CI job, (#1977)

## Description:
<!-- Describe this change, how it works, and the motivation behind it.
-->

## Is this change user facing?
YES

## References (if applicable):
The publish Rust SDK job was failing because one of the dependencies
needs this new version, error here>
https://app.circleci.com/pipelines/github/kurtosis-tech/kurtosis/10302/workflows/68049b61-fa4f-44da-8e3b-d36b49c93974/jobs/146354
  • Loading branch information
leoporoli authored Dec 18, 2023
1 parent 78e2010 commit 6f7e1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ parameters:
# the same version as the server
rust-version:
type: string
default: 1.68.2
default: 1.70.0
api-node-version:
type: string
default: 16.13.0
Expand Down

0 comments on commit 6f7e1bb

Please sign in to comment.