Skip to content

Commit 61b22c5

Browse files
tchebbDemesneGH
authored andcommitted
Remove Cargo.lock for optee-utee and optee-teec
As per Cargo's documentation[1], only binary crates should check in Cargo.lock. Library crates should not, since dependents will do their own version resolution anyway. This mostly reverts commit 0438ca9 ("Add Cargo.lock for optee-utee and optee-teec"). [1] https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
1 parent e8d4da8 commit 61b22c5

File tree

4 files changed

+2
-1028
lines changed

4 files changed

+2
-1028
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18+
/optee-utee/Cargo.lock
19+
/optee-teec/Cargo.lock
1820
/examples/**/proto/Cargo.lock
1921
*.rs.bk
2022
.user_ta_header.o.d

0 commit comments

Comments
 (0)