Skip to content

Commit

Permalink
doc: Bump rust to 1.72
Browse files Browse the repository at this point in the history
- Update the doc to reflect the new default rust and golang versions

Fixes: #TBD
Signed-off-by: stevenhorsman <[email protected]>
  • Loading branch information
stevenhorsman authored and wainersm committed Sep 12, 2023
1 parent 7f0f55e commit 81c2e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions podvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ currently accepted:
| CAA\_SRC\_REF | main | cloud-api-adaptor repository branch or commit |
| KATA\_SRC | https://github.com/kata-containers/kata-containers | The Kata Containers source repository |
| KATA\_SRC\_BRANCH | CCv0 | The Kata Containers repository branch |
| GO\_VERSION | 1.18.7 | Go version |
| GO\_VERSION | 1.20.8 | Go version |
| PROTOC\_VERSION | 3.11.4 | [Protobuf](https://github.com/protocolbuffers/protobuf) version |
| RUST\_VERSION | 1.69.0 | Rust version |
| RUST\_VERSION | 1.72.0 | Rust version |

As it can be noted in the table above the cloud-api-adaptor repository is cloned within the builder image, so rather than
copying the local source tree, it will be using the upstream source. But if you want to test local changes then you should:
Expand Down

0 comments on commit 81c2e9e

Please sign in to comment.