Skip to content

Commit b0a706c

Browse files
committed
bump
1 parent edb1a1b commit b0a706c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

crates/byondapi-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "byondapi"
3-
version = "0.5.11"
3+
version = "0.5.12"
44
authors = ["tigercat2000 <[email protected]>"]
55
edition = "2021"
66
description = "Idiomatic Rust bindings for BYONDAPI"

crates/byondapi-rs/src/value/refcounted.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
use std::ops::{Deref, DerefMut};
2-
31
use super::ByondValue;
2+
use std::ops::{Deref, DerefMut};
43

54
/// Refcounted ByondValue, for refs you want rust to handle incrementing and decrementing.
65
#[derive(Debug)]

0 commit comments

Comments
 (0)