A library for ATProtocol identities.

chore: Bumping rust version to 1.90

Changed files
+2 -2
+1 -1
Cargo.toml
··· 15 16 [workspace.package] 17 edition = "2024" 18 - rust-version = "1.89" 19 repository = "https://tangled.sh/@smokesignal.events/atproto-identity-rs" 20 authors = ["Nick Gerakines <nick.gerakines@gmail.com>"] 21 license = "MIT"
··· 15 16 [workspace.package] 17 edition = "2024" 18 + rust-version = "1.90" 19 repository = "https://tangled.sh/@smokesignal.events/atproto-identity-rs" 20 authors = ["Nick Gerakines <nick.gerakines@gmail.com>"] 21 license = "MIT"
+1 -1
Dockerfile
··· 2 # Builds and installs all 13 binaries from the workspace 3 4 # Build stage - use 1.89 to support resolver = "3" and edition = "2024" 5 - FROM rust:1.89-slim AS builder 6 7 # Install system dependencies needed for building 8 RUN apt-get update && apt-get install -y \
··· 2 # Builds and installs all 13 binaries from the workspace 3 4 # Build stage - use 1.89 to support resolver = "3" and edition = "2024" 5 + FROM rust:1.90-slim-bookworm AS builder 6 7 # Install system dependencies needed for building 8 RUN apt-get update && apt-get install -y \