Skip to content

Commit 139b343

Browse files
authored
Merge pull request #110 from OneLiteFeatherNET/feat/data-export
Feat/data export
2 parents e481800 + 9e61b5a commit 139b343

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+6060
-119
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ lib/
44
target/
55
common/target/
66
codegen/target/
7+
fuzz/target/
78
docs/
89
Makefile.toml
910
dashboard/.nuxt/

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Install toolchain
14-
uses: actions-rs/toolchain@v1
14+
uses: actions-rust-lang/setup-rust-toolchain@v1
1515

1616
- name: Checkout Sources
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)