Skip to content

Commit

Permalink
lang/rust: Migrate to avro-rs (#3199)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Oct 8, 2024
1 parent 8c67711 commit 2ac5a46
Show file tree
Hide file tree
Showing 93 changed files with 7 additions and 36,587 deletions.
1 change: 0 additions & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ github:
- php
- python
- ruby
- rust

enabled_merge_buttons:
merge: false
Expand Down
6 changes: 0 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
"ms-vscode.cpptools",
// C#
"ms-dotnettools.csharp",
// Rust
"vadimcn.vscode-lldb",
"mutantdino.resourcemonitor",
"matklad.rust-analyzer",
"tamasfe.even-better-toml",
"serayuzgur.crates",
// Java
"vscjava.vscode-java-pack",
// Shell script
Expand Down
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ updates:
day: "sunday"
open-pull-requests-limit: 20

- package-ecosystem: "cargo"
directory: "/lang/rust/"
schedule:
interval: "daily"
open-pull-requests-limit: 20

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
3 changes: 0 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ Python:
Ruby:
- changed-files:
- any-glob-to-any-file: "lang/ruby/**/*"
Rust:
- changed-files:
- any-glob-to-any-file: "lang/rust/**/*"
build:
- changed-files:
- any-glob-to-any-file: ["**/*Dockerfile*", "**/*.sh", "**/*pom.xml", ".github/**/*"]
Expand Down
73 changes: 0 additions & 73 deletions .github/workflows/test-lang-rust-audit.yml

This file was deleted.

78 changes: 0 additions & 78 deletions .github/workflows/test-lang-rust-ci-ARM.yml

This file was deleted.

Loading

0 comments on commit 2ac5a46

Please sign in to comment.