Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Smithy Rust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Public Repositories
Smithy Rust
Commits
85cf8d36
Unverified
Commit
85cf8d36
authored
Mar 22, 2022
by
david-perez
Committed by
GitHub
Mar 22, 2022
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused `async-stream` dependency from `CargoDependency.kt` (#1249)
parent
c34c5440
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/rustlang/CargoDependency.kt
+0
-1
0 additions, 1 deletion
...re/amazon/smithy/rust/codegen/rustlang/CargoDependency.kt
with
0 additions
and
1 deletion
codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/rustlang/CargoDependency.kt
+
0
−
1
View file @
85cf8d36
...
...
@@ -206,7 +206,6 @@ data class CargoDependency(
val
Ring
:
CargoDependency
=
CargoDependency
(
"ring"
,
CratesIo
(
"0.16"
))
val
TempFile
:
CargoDependency
=
CargoDependency
(
"temp-file"
,
CratesIo
(
"0.1.6"
),
scope
=
DependencyScope
.
Dev
)
val
TokioStream
:
CargoDependency
=
CargoDependency
(
"tokio-stream"
,
CratesIo
(
"0.1.7"
))
val
AsyncStream
:
CargoDependency
=
CargoDependency
(
"async-stream"
,
CratesIo
(
"0.3.2"
))
val
Tower
:
CargoDependency
=
CargoDependency
(
"tower"
,
CratesIo
(
"0.4"
))
val
Tracing
:
CargoDependency
=
CargoDependency
(
"tracing"
,
CratesIo
(
"0.1"
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment