File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ homepage = "https://aptoslabs.com"
1818license = " Apache-2.0"
1919publish = false
2020repository = " https://github.com/aptos-labs/aptos-indexer-processor-sdk"
21- rust-version = " 1.79 "
21+ rust-version = " 1.78 "
2222
2323[workspace .dependencies ]
2424aptos-indexer-processor-sdk = { path = " sdk" }
@@ -75,7 +75,7 @@ mockall = "0.12.1"
7575num_cpus = " 1.16.0"
7676once_cell = { version = " 1.19.0" }
7777petgraph = " 0.6.5"
78- prometheus = " 0.13.4 "
78+ prometheus = " 0.13.3 "
7979prometheus-client = " 0.22.2"
8080prost = { version = " 0.12.3" , features = [" no-recursion-limit" ] }
8181rayon = " 1.10.0"
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ use std::{
1010///
1111/// `SampleRate` determines how often the sampled statement will occur.
1212///
13- /// ```
14- /// use aptos_logger::{info, sample, sample ::{SampleRate, Sampling} };
13+ /// ```ignore
14+ /// use sample::{SampleRate, Sampling};
1515/// use std::time::Duration;
1616///
1717/// // Sampled based on frequency of events, log only every 2 logs
You can’t perform that action at this time.
0 commit comments