Skip to content

Commit

Permalink
Upgrade ckb dependencies to 0.113.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Feb 1, 2024
1 parent 543f2f8 commit 389c492
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@ lru = "0.7.1"
dashmap = "5.4"
dyn-clone = "1.0"

ckb-types = "0.113.0-rc2"
ckb-dao-utils = "0.113.0-rc2"
ckb-traits = "0.113.0-rc2"
ckb-jsonrpc-types = "0.113.0-rc2"
ckb-hash = "0.113.0-rc2"
ckb-resource = "0.113.0-rc2"
ckb-crypto = { version = "=0.113.0-rc2", features = ["secp"] }
ckb-script = "0.113.0-rc2"
ckb-types = "0.113.0"
ckb-dao-utils = "0.113.0"
ckb-traits = "0.113.0"
ckb-jsonrpc-types = "0.113.0"
ckb-hash = "0.113.0"
ckb-resource = "0.113.0"
ckb-crypto = { version = "=0.113.0", features = ["secp"] }
ckb-script = "0.113.0"
bitflags = "1.3.2"
sha3 = "0.10.1"
enum-repr-derive = "0.2.0"

# for feature test
rand = { version = "0.7.3", optional = true }
ckb-mock-tx-types = "0.113.0-rc2"
ckb-chain-spec = "0.113.0-rc2"
ckb-mock-tx-types = "0.113.0"
ckb-chain-spec = "0.113.0"

sparse-merkle-tree = "0.6.1"
lazy_static = "1.3.0"
Expand Down
4 changes: 2 additions & 2 deletions src/rpc/ckb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ use ckb_jsonrpc_types::{
BlockTemplate, BlockView, Capacity, CellWithStatus, ChainInfo, Consensus,
DaoWithdrawingCalculationKind, DeploymentsInfo, EpochNumber, EpochNumberWithFraction,
EpochView, EstimateCycles, ExtraLoggerConfig, FeeRateStatistics, HeaderView, JsonBytes,
LocalNode, MainLoggerConfig, OutPoint, OutputsValidator, RawTxPool, RemoteNode, SyncState,
Timestamp, Transaction, TransactionAndWitnessProof, TransactionProof,
LocalNode, MainLoggerConfig, OutPoint, OutputsValidator, PoolTxDetailInfo, RawTxPool,
RemoteNode, SyncState, Timestamp, Transaction, TransactionAndWitnessProof, TransactionProof,
TransactionWithStatusResponse, TxPoolInfo, Uint32, Uint64, Version,
};
use ckb_types::{core::Cycle, H256};
Expand Down

0 comments on commit 389c492

Please sign in to comment.