Skip to content

Commit bbeb0a5

Browse files
committed
Removed more stuff
1 parent 270d7c1 commit bbeb0a5

File tree

9 files changed

+454
-2864
lines changed

9 files changed

+454
-2864
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ jobs:
505505
test-examples:
506506
name: Test examples
507507
runs-on: ubuntu-latest
508-
needs: [rustfmt, clippy-schema]
508+
#needs: [rustfmt, clippy-schema]
509509
strategy:
510510
matrix:
511511
crates:

concordium-std/src/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,12 @@ pub use state_btree::*;
473473
pub use traits::*;
474474
pub use types::*;
475475

476+
#[deprecated(
477+
since = "8.1.0",
478+
note = "Deprecated in favor of [concordium-smart-contract-testing](https://docs.rs/concordium-smart-contract-testing)."
479+
)]
480+
pub mod test_infrastructure;
481+
476482
#[cfg(all(feature = "debug", not(feature = "std")))]
477483
pub use alloc::format;
478484
#[cfg(all(feature = "debug", feature = "std"))]

0 commit comments

Comments
 (0)