Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit de7c1fb

Browse files
committed
Update qualifier_attr to 0.2.2
1 parent e316db2 commit de7c1fb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ prost = "0.11.9"
259259
prost-types = "0.11.9"
260260
protobuf-src = "1.1.0"
261261
qstring = "0.7.2"
262-
qualifier_attr = "0.1.6"
262+
qualifier_attr = { version = "0.2.2", default-features = false }
263263
quinn = "0.10.2"
264264
quinn-proto = "0.10.2"
265265
quote = "1.0"

accounts-db/src/accounts_db.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//! commit for each slot entry would be indexed.
2020

2121
#[cfg(feature = "dev-context-only-utils")]
22-
use qualifier_attr::fn_qualifiers;
22+
use qualifier_attr::qualifiers;
2323
use {
2424
crate::{
2525
account_info::{AccountInfo, StorageLocation},
@@ -7476,7 +7476,7 @@ impl AccountsDb {
74767476
/// Set the accounts hash for `slot`
74777477
///
74787478
/// returns the previous accounts hash for `slot`
7479-
#[cfg_attr(feature = "dev-context-only-utils", fn_qualifiers(pub))]
7479+
#[cfg_attr(feature = "dev-context-only-utils", qualifiers(pub))]
74807480
fn set_accounts_hash(
74817481
&self,
74827482
slot: Slot,
@@ -7977,7 +7977,7 @@ impl AccountsDb {
79777977
/// Set the accounts delta hash for `slot` in the `accounts_delta_hashes` map
79787978
///
79797979
/// returns the previous accounts delta hash for `slot`
7980-
#[cfg_attr(feature = "dev-context-only-utils", fn_qualifiers(pub))]
7980+
#[cfg_attr(feature = "dev-context-only-utils", qualifiers(pub))]
79817981
fn set_accounts_delta_hash(
79827982
&self,
79837983
slot: Slot,

programs/sbf/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)