Skip to content

Commit 2308299

Browse files
author
Lasse Nielsen
committed
Fixed another oopsie
1 parent 8796d74 commit 2308299

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,7 +1,7 @@
11
[package]
22
name = "shr_parser_py"
33
description = "Python bindings for the shr_parser Rust crate"
4-
version = "0.1.4"
4+
version = "0.1.5"
55
edition = "2021"
66
license = "GPL-3.0-only"
77
authors = ["Lasse Nielsen <lasse@xerrion.dk>"]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use pyo3::prelude::*;
22
use pyo3::wrap_pyfunction;
33
use std::path::PathBuf;
4-
use shr_parser::{SHRParser, SHRParsingType};
4+
use ::shr_parser::{SHRParser, SHRParsingType};
55

66
/// A wrapper around the SHRParser for Python
77
#[pyclass]

0 commit comments

Comments
 (0)