scylladb / scylla-code-samples

Code samples for working with ScyllaDB
Apache License 2.0
245 stars 131 forks source link

Update Cargo.toml #208

Closed nsipplswezey closed 11 months ago

nsipplswezey commented 1 year ago

Update ps-logger rust code sample to match documentation in Scylla University S210: Using ScyllaDB Drivers Rust and ScyllaDB: Getting Started https://university.scylladb.com/courses/using-scylla-drivers/lessons/rust-and-scylla-2/

The Scylla University Course that references the ps-logger scylla code sample repo specifies different dependencies in the code sample Cargo.toml file that those actually in the repo.

This pull request updates the Cargo.toml file in the scylla code samples repo to match those in Scylla University S210: Using ScyllaDB Drivers Rust and ScyllaDB: Getting Started https://university.scylladb.com/courses/using-scylla-drivers/lessons/rust-and-scylla-2/

image
guy9 commented 11 months ago

Thanks @nsipplswezey