Skip to content

Commit

Permalink
Merge pull request #1675 from iliana/fix-publish-versions
Browse files Browse the repository at this point in the history
Re-add versions for Rusoto dependencies
  • Loading branch information
iliana committed Feb 7, 2020
2 parents b6bf92d + 9af3789 commit 4585083
Show file tree
Hide file tree
Showing 221 changed files with 653 additions and 2 deletions.
1 change: 1 addition & 0 deletions mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ version = "0.0"

[dependencies.rusoto_core]
path = "../rusoto/core"
version = "0.43.0-beta.1"
default_features = false

[features]
Expand Down
2 changes: 2 additions & 0 deletions rusoto/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ flate2 = { version = "1.0", optional = true }

[dependencies.rusoto_credential]
path = "../credential"
version = "0.43.0-beta.1"

[dependencies.rusoto_signature]
path = "../signature"
version = "0.43.0-beta.1"

[dev-dependencies]
tokio = { version = "0.2", features = ["macros"] }
Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/accessanalyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

[dev-dependencies]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/acm-pca/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

Expand All @@ -34,6 +35,7 @@ features = ["derive"]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/acm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

Expand All @@ -34,6 +35,7 @@ features = ["derive"]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/alexaforbusiness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

Expand All @@ -34,6 +35,7 @@ features = ["derive"]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/amplify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

[dev-dependencies]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/apigateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

[dev-dependencies]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/apigatewaymanagementapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ serde_derive = "1.0.2"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

[dev-dependencies]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/apigatewayv2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

[dev-dependencies]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/appconfig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

[dev-dependencies]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/application-autoscaling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

Expand All @@ -34,6 +35,7 @@ features = ["derive"]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/application-insights/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

Expand All @@ -34,6 +35,7 @@ features = ["derive"]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/appmesh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

[dev-dependencies]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/appstream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

Expand All @@ -34,6 +35,7 @@ features = ["derive"]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/appsync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

[dev-dependencies]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/athena/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

Expand All @@ -34,6 +35,7 @@ features = ["derive"]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/autoscaling-plans/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

Expand All @@ -34,6 +35,7 @@ features = ["derive"]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/autoscaling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ xml-rs = "0.8"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

Expand All @@ -39,6 +40,7 @@ optional = true
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/backup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

[dev-dependencies]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/batch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

[dev-dependencies]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/budgets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

Expand All @@ -34,6 +35,7 @@ features = ["derive"]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/ce/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

Expand All @@ -34,6 +35,7 @@ features = ["derive"]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/chime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

[dev-dependencies]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down
2 changes: 2 additions & 0 deletions rusoto/services/cloud9/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ serde_json = "1.0"
version = "0.3"

[dependencies.rusoto_core]
version = "0.43.0-beta.1"
path = "../../core"
default-features = false

Expand All @@ -34,6 +35,7 @@ features = ["derive"]
tokio = "0.2"

[dev-dependencies.rusoto_mock]
version = "0.43.0-beta.1"
path = "../../../mock"
default-features = false

Expand Down

0 comments on commit 4585083

Please sign in to comment.