Skip to content

Commit 7fbf8a6

Browse files
ZhiXiao-Linclaude
andcommitted
chore: bump version to v0.2.1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 34623a4 commit 7fbf8a6

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "a3s-gateway"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
authors = ["A3S Lab"]
66
license = "MIT"

src/provider/kubernetes.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
99
#![cfg_attr(not(feature = "kube"), allow(dead_code))]
1010
use crate::config::{
11-
GatewayConfig, KubernetesProviderConfig, LoadBalancerConfig, RouterConfig, ServerConfig,
12-
ServiceConfig, Strategy,
11+
GatewayConfig, LoadBalancerConfig, RouterConfig, ServerConfig, ServiceConfig, Strategy,
1312
};
13+
#[cfg(feature = "kube")]
14+
use crate::config::KubernetesProviderConfig;
1415
use serde::{Deserialize, Serialize};
1516
use std::collections::HashMap;
1617

0 commit comments

Comments
 (0)