Commit 6c131f4
authored
Various small clean-up operations (Azure#3032)
Among other things, this also removes `log` from the workspace
`Cargo.toml`.
Nothing was referencing it, and looking at `git blame` I can find no
reason I added it with only a major.minor version in 78ac814.
A review of `Cargo.toml` shows that I added a couple in explicitly -
`litemap` and `zerofrom` - to satisfy some Dependabot issues in case the
`Cargo.lock` file is every regenerated, but those are full semvers.
`log` first appeared in `Cargo.lock` when I first committed it to the
repo.1 parent 119b965 commit 6c131f4
File tree
4 files changed
+1
-1674
lines changed- sdk
- core/azure_core/src/http
- typespec/typespec_macros/tests/data/safe-debug-tests
4 files changed
+1
-1674
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
| |||
120 | 119 | | |
121 | 120 | | |
122 | 121 | | |
123 | | - | |
| 122 | + | |
124 | 123 | | |
125 | 124 | | |
126 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | 188 | | |
197 | 189 | | |
198 | 190 | | |
| |||
Lines changed: 0 additions & 1 deletion
This file was deleted.
0 commit comments