Skip to content

Commit

Permalink
forgot examples
Browse files Browse the repository at this point in the history
  • Loading branch information
06chaynes committed Apr 17, 2024
1 parent 02c0379 commit 44c00de
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 95 deletions.
91 changes: 0 additions & 91 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/tfc-clean-workspace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ log = "0.4.21"
miette = { version = "7.1.0", features = ["fancy"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
surf = { version = "2.3.2", default-features = false, features = ["encoding", "h1-client-rustls"] }
surf = { version = "2.3.2", default-features = false, features = ["encoding", "h1-client"] }
thiserror = "1.0.57"
url = "2.5.0"
walkdir = "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/tfc-run-workspace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ log = "0.4.21"
miette = { version = "7.1.0", features = ["fancy"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
surf = { version = "2.3.2", default-features = false, features = ["encoding", "h1-client-rustls"] }
surf = { version = "2.3.2", default-features = false, features = ["encoding", "h1-client"] }
thiserror = "1.0.57"
url = "2.5.0"

Expand Down
2 changes: 1 addition & 1 deletion examples/tfc-variable-set/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ log = "0.4.21"
miette = { version = "7.1.0", features = ["fancy"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
surf = { version = "2.3.2", default-features = false, features = ["encoding", "h1-client-rustls"] }
surf = { version = "2.3.2", default-features = false, features = ["encoding", "h1-client"] }
thiserror = "1.0.57"
url = "2.5.0"

Expand Down
2 changes: 1 addition & 1 deletion examples/tfc-which-workspace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ log = "0.4.21"
miette = { version = "7.1.0", features = ["fancy"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
surf = { version = "2.3.2", default-features = false, features = ["encoding", "h1-client-rustls"] }
surf = { version = "2.3.2", default-features = false, features = ["encoding", "h1-client"] }
thiserror = "1.0.57"
url = "2.5.0"

Expand Down

0 comments on commit 44c00de

Please sign in to comment.