Skip to content

Commit

Permalink
Merge pull request #5 from getditto/sameer/point-at-getditto
Browse files Browse the repository at this point in the history
Change rusoto from sameer/rusoto to getditto/rusoto
  • Loading branch information
sameer authored Sep 13, 2024
2 parents 44d2c5c + 52a2693 commit 867885c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dynomite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ futures = "0.3"
log = "0.4"
# Disable default features since the `rustls` variant requires it. We re-enable `default` in our
# `default` build configuration - see the [features] below.
rusoto_core = { git = "https://github.com/sameer/rusoto.git", rev = "8c63670d45563ba8be2a42dcd265d49ae340ccd8", optional = true, default_features = false }
rusoto_dynamodb = { git = "https://github.com/sameer/rusoto.git", rev = "8c63670d45563ba8be2a42dcd265d49ae340ccd8", version = "0.48", optional = true, default_features = false }
rusoto_core = { git = "https://github.com/getditto/rusoto.git", rev = "8c63670d45563ba8be2a42dcd265d49ae340ccd8", optional = true, default_features = false }
rusoto_dynamodb = { git = "https://github.com/getditto/rusoto.git", rev = "8c63670d45563ba8be2a42dcd265d49ae340ccd8", version = "0.48", optional = true, default_features = false }
uuid = { version = "1.1.2", features = ["v4"], optional = true }
chrono = { version = "0.4", optional = true }

Expand Down

0 comments on commit 867885c

Please sign in to comment.