~ntietz/isabella-db-discuss

Update proc-macro2 because of regression in nightly toolchain v1 APPLIED

Sam Calvert: 2
 Update proc-macro2 because of regression in nightly toolchain
 Remove is_some_and feature declaration as it is now stable

 2 files changed, 2 insertions(+), 3 deletions(-)
Applied both patches (and squashed them into one) and pushed into main. 
Thank you for the contribution!

https://git.sr.ht/~ntietz/isabella-db/commit/4b23f45
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~ntietz/isabella-db-discuss/patches/45037/mbox | git am -3
Learn more about email & git

[PATCH 1/2] Update proc-macro2 because of regression in nightly toolchain Export this patch

---
 Cargo.lock | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index f0f6e57..862a47d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1240,9 +1240,9 @@ dependencies = [

[[package]]
name = "proc-macro2"
version = "1.0.47"
version = "1.0.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
dependencies = [
 "unicode-ident",
]
--
2.41.0

[PATCH 2/2] Remove is_some_and feature declaration as it is now stable Export this patch

---
 pgn/src/lib.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pgn/src/lib.rs b/pgn/src/lib.rs
index 97f76ed..92bc831 100644
--- a/pgn/src/lib.rs
+++ b/pgn/src/lib.rs
@@ -1,5 +1,4 @@
#![feature(let_chains)]
#![feature(is_some_and)]
pub mod load;

pub use load::{PgnFile, PgnRecord};
--
2.41.0
Applied both patches (and squashed them into one) and pushed into main. 
Thank you for the contribution!

https://git.sr.ht/~ntietz/isabella-db/commit/4b23f45