[#1] Updated the library to compile for Rust 2021.
This was mostly an issue of changing the way Trait objects were implemented now that you are supposed to use the dyn keyword. Also changed some atomic operations to use the new non-deprecated functions.
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
[package]
|
||||
name = "scribe"
|
||||
version = "0.5.0"
|
||||
authors = ["Jason Travis Smith <Myrddin@CyberMagesLLC.com>"]
|
||||
authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
|
||||
description = "Handles logging."
|
||||
license = ""
|
||||
repository = "https://gitlab.com/CyberMages/Core/scribe.git"
|
||||
repository = "https://workshop.cybermages.tech/CyberMages/scribe.git"
|
||||
documentation = ""
|
||||
keywords = ["scribe", "logging"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
|
||||
[features]
|
||||
|
Reference in New Issue
Block a user