Skip to content

Commit 3970abd

Browse files
authored
update the sdk dependency. (#50)
1 parent 81571a5 commit 3970abd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ homepage = "https://aptoslabs.com"
1818
license = "Apache-2.0"
1919
publish = false
2020
repository = "https://github.com/aptos-labs/aptos-indexer-processor-sdk"
21-
rust-version = "1.79"
21+
rust-version = "1.78"
2222

2323
[workspace.dependencies]
2424
aptos-indexer-processor-sdk = { path = "sdk" }
@@ -75,7 +75,7 @@ mockall = "0.12.1"
7575
num_cpus = "1.16.0"
7676
once_cell = { version = "1.19.0" }
7777
petgraph = "0.6.5"
78-
prometheus = "0.13.4"
78+
prometheus = "0.13.3"
7979
prometheus-client = "0.22.2"
8080
prost = { version = "0.12.3", features = ["no-recursion-limit"] }
8181
rayon = "1.10.0"

rust/sample/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)