mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-06-12 15:53:30 -07:00
Bump Rust edition to 2024
Includes new cargo fmt changes
This commit is contained in:
committed by
Markus Unterwaditzer
parent
25978a4da4
commit
5019f2a9d1
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "telcom-parser"
|
||||
version = "0.4.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use asn1_codecs::{uper::UperCodec, PerCodecData, PerCodecError};
|
||||
use asn1_codecs::{PerCodecData, PerCodecError, uper::UperCodec};
|
||||
use thiserror::Error;
|
||||
#[allow(warnings, unused, unreachable_patterns, non_camel_case_types)]
|
||||
pub mod lte_rrc;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use asn1_codecs::{uper::UperCodec, PerCodecData};
|
||||
use asn1_codecs::{PerCodecData, uper::UperCodec};
|
||||
use telcom_parser::lte_rrc::BCCH_DL_SCH_Message;
|
||||
|
||||
fn hex_to_bin(hex: &str) -> Vec<u8> {
|
||||
|
||||
Reference in New Issue
Block a user