Skip to content

Commit

Permalink
chore: remove ancillary crates from the git tree
Browse files Browse the repository at this point in the history
These crates are already published separately to crates.io and I have used `git
subtree split` to create:

* https://github.com/delta-incubator/glibc-version-rs
* https://github.com/delta-incubator/dynamodb-lock-rs
  • Loading branch information
rtyler committed May 29, 2023
1 parent 106ad12 commit ea9d39d
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 1,003 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/dev_pr/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
rust:
- aws/**/*
- delta-inspect/**/*
- dynamodb_lock/**/*
- glibc_version/**/*
- proofs/**/*
- rust/**/*

Expand All @@ -24,19 +22,13 @@ storage/aws:

delta-checkpoint:
- aws/delta-checkpoint/**/*

delta-inspect:
- delta-inspect/**/*

binding/rust:
- rust/**/*

dynamodb_lock:
- dynamodb_lock/**/*

glibc_version:
- glibc_version/**/*

proofs:
- proofs/**/*

Expand Down
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
members = [
"rust",
"python",
"glibc_version",
"aws/delta-checkpoint",
"dynamodb_lock",
]
exclude = ["proofs", "delta-inspect"]

Expand Down
27 changes: 0 additions & 27 deletions dynamodb_lock/Cargo.toml

This file was deleted.

36 changes: 0 additions & 36 deletions dynamodb_lock/README.md

This file was deleted.

Loading

0 comments on commit ea9d39d

Please sign in to comment.