~repos /rust-embed

#rust#proc-macro#http

git clone https://pyrossh.dev/repos/rust-embed.git
Discussions: https://groups.google.com/g/rust-embed-devs

rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.


Files changed (1) hide show
  1. .github/workflows/test.yml +2 -2
.github/workflows/test.yml CHANGED
@@ -10,9 +10,9 @@ jobs:
10
10
  rust: [stable, nightly]
11
11
  experimental: [false, true]
12
12
  steps:
13
- - uses: hecrj/setup-rust-action@v1
13
+ - uses: actions-rs/toolchain@v1
14
14
  with:
15
- rust-version: ${{ matrix.rust }}
15
+ toolchain: ${{ matrix.rust }}
16
16
  - uses: actions/checkout@master
17
17
  - name: Run tests
18
18
  run: |