This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/cargo/tokio-1.48.0
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


    omit 2bb014af chore(deps): bump tokio from 1.47.1 to 1.48.0
     add 903ffbdb feat(examples/sedonadb-rust): Add example Rust project (#320)
     add 9a66741a chore(python/sedonadb): Add README to PyPI index page (#327)
     add e34f17ee chore(deps): bump tokio from 1.47.1 to 1.48.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2bb014af)
            \
             N -- N -- N   refs/heads/dependabot/cargo/tokio-1.48.0 (e34f17ee)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/{r-extended.yml => examples.yml} | 81 ++++++++++++----------
 Cargo.toml                                         |  4 +-
 {ci/scripts/windows => examples}/.gitignore        |  2 +-
 .../windows => examples/sedonadb-rust}/Cargo.toml  | 24 ++++---
 {docs => examples/sedonadb-rust}/README.md         | 28 +++++---
 .../build.rs => examples/sedonadb-rust/src/main.rs | 19 ++++-
 .../python.md => python/sedonadb/README.md         | 25 +++++--
 python/sedonadb/pyproject.toml                     |  1 +
 8 files changed, 114 insertions(+), 70 deletions(-)
 copy .github/workflows/{r-extended.yml => examples.yml} (54%)
 copy {ci/scripts/windows => examples}/.gitignore (98%)
 copy {ci/scripts/windows => examples/sedonadb-rust}/Cargo.toml (58%)
 copy {docs => examples/sedonadb-rust}/README.md (50%)
 copy c/sedona-proj/build.rs => examples/sedonadb-rust/src/main.rs (50%)
 copy docs/reference/python.md => python/sedonadb/README.md (62%)

Reply via email to