Skip to content

Commit 6bdbc65

Browse files
committed
feat: use rust 2021 edition
1 parent 334eaee commit 6bdbc65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ env:
1111

1212
jobs:
1313
build:
14-
1514
runs-on: ubuntu-latest
16-
1715
steps:
1816
- uses: actions/checkout@v4
17+
with:
18+
submodules: 'recursive'
1919
- name: Build
2020
run: cargo build --verbose
2121
- name: Run tests

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pulsebeam-server-lite"
33
version = "0.1.0"
4-
edition = "2024"
4+
edition = "2021"
55

66
[dependencies]
77
axum = "0.8.1"

0 commit comments

Comments
 (0)