Bump version to 0.5.1 (#119)

* Update dependencies

* Bump version to 0.5.1

* Try to deflake tests in GitHub Actions

* Add some retries to e2e_test

* Revert cargo.lock changes

* Update only a couple deps

* Fix CI running twice :(

* Fix typo
This commit is contained in:
Eric Zhang
2024-06-10 21:50:23 -04:00
committed by GitHub
parent 82acea3477
commit a6045fb1a7
5 changed files with 40 additions and 24 deletions

View File

@@ -1,6 +1,10 @@
name: CI
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
jobs:
rust:

View File

@@ -1,6 +1,10 @@
name: Mean Bean CI
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
jobs:
install-cross: